+ 1
C# ... How to change text in input line?
to assign the user to enter correct input
4 Antworten
+ 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
+ 8
Can you show your code. We will try to help you.
+ 1
the Input Line from Console.ReadLine(); I'd like to tell the user what kind of input is needed
+ 1
looks like an acceptable solution, I thought there is a way to adjust like in MessageBox, but thanks anyway :)