0
I'm making a program where I ask the user's name. When the name is entered I want the user to say if the name is correct or not.
2 Answers
0
Here is my example:
https://code.sololearn.com/c8Xd083Lpjd8
Sololearn reads input before output so the order is kinda wrong here,
0
Thanks.