0
About projects
When i make a project that takes inputs i want to first print massages on the screen before user input the data But the problem in this app is that i should enter all the inputs first then print massages and excute the programm What should i do to solve this problem ?? (Sorry for my bad language ) I want to print the massages first then user inpuf data then the program excute (:
1 Respuesta
+ 5
you can't do this in Sololearn.
The codes are run in a sandbox and what you see is not a real interactive console.
The only interactive code is the web codebit for html/css/javascript. Even there, the console.log output is not a real interactive console you can type text into.
Other languages are all input through the submit popup box...