C# ... How to change text in input line? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C# ... How to change text in input line?

to assign the user to enter correct input

4th May 2017, 12:24 PM
Tom Tonn
Tom Tonn - avatar
4 Answers
+ 11
Sololearn compiler is online like compiler so you cant change notification window (Looks like your program ...) There is solution for that. You can add comment at the beginning of your code. Example: Enter your name and age. Try my code https://code.sololearn.com/cl1ZM6A3h3n3/#cs
5th May 2017, 6:34 PM
Yasar Curci
Yasar Curci - avatar
+ 8
Can you show your code. We will try to help you.
5th May 2017, 11:09 AM
Yasar Curci
Yasar Curci - avatar
+ 1
the Input Line from Console.ReadLine(); I'd like to tell the user what kind of input is needed
5th May 2017, 5:23 PM
Tom Tonn
Tom Tonn - avatar
+ 1
looks like an acceptable solution, I thought there is a way to adjust like in MessageBox, but thanks anyway :)
5th May 2017, 6:59 PM
Tom Tonn
Tom Tonn - avatar