How do you guys deal with the limitation on user input on this app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How do you guys deal with the limitation on user input on this app?

I'm wondering what everyone here does to deal with the fact that all user input must be entered at the start of the program.

9th Feb 2017, 6:09 AM
bernscode
bernscode - avatar
4 Answers
+ 5
@timilowfeto yeah, find me on instagram @bernblend
4th Mar 2017, 6:48 PM
bernscode
bernscode - avatar
+ 4
You can either work with the cumbersome input method that's already here, or you can just copy-paste the code into your own IDE of choice and compile it yourself. I prefer the latter.
9th Feb 2017, 7:11 AM
DaemonThread
DaemonThread - avatar
+ 4
What Sean said or you can ask users to change variables in the code itself like: //enter your name here string name = "";
9th Feb 2017, 12:44 PM
Vishal++
Vishal++ - avatar
+ 1
hello bernblend, you have whatsapp, instagram or facebook to i content you
4th Mar 2017, 5:49 AM
TiMiLoWFeTo
TiMiLoWFeTo - avatar