C# program on SoloLearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C# program on SoloLearn

hi friends, i wrote a code in c# wich ask for username (input) and after that a number wich has to be guessed between 0-100 (6 chances = 6x input). When i try this code in Visual Studio it all works fine exept here on sololearn so..... is it normal that i cant write a c# code on solo wich can do/ask (for) multiple inputs - from the user? please check my code. Iam new @ coding so please help me out. https://code.sololearn.com/cM7fLp4Quf1h/#cs thanks a lot! https://code.sololearn.com/ci699jHh3UT4/?ref=app

27th Jul 2018, 7:21 PM
Korhall
Korhall - avatar
2 Answers
+ 1
Ah, yes, that's the limitation of sololearn playground - you should enter all user inputs of the program at once. Of course, you can not do it in your app, because it's interactive.
27th Jul 2018, 7:34 PM
Дмитро Іванов
Дмитро Іванов - avatar
0
good to know. thank you!
27th Jul 2018, 9:44 PM
Korhall
Korhall - avatar