0
Does anyone know what to put when that window comes out and mentions that the program needs an entry?
I wanted to make him read a variable, but I get that window asking me to put an entry.
5 Respuestas
+ 3
Sololearn code playground, compiles your code snippet at their server, so they need you to input everything before they send their code back to server.
in another words, that pop up window is where you have to input your input.
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
+ 1
Having a problem with the input dialog? that window asking you to provide an input? run this code to understand how input works in SoloLearn
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
//You can do with prompt () and you don't need it? Can you explain clearly
https://www.sololearn.com/learn/JavaScript/1149/
0
I was referring to the algorithm in java that I made in my profile; When I run it, I get a window that says I write an entry and I don't have to put it there.