Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#β€’2y agoβ€’
27 replies
𝓻𝓸𝓸𝓽𝔂

βœ… User Input is glitching

So I have this code

Console.WriteLine("Hello");
option = Console.ReadLine();
Console.WriteLine("Hello");
option = Console.ReadLine();


When I run the program for the first time and I press Enter when it wants the user input I got this:
Uploaded image

Then I typed
\
\
and it deleted the
H
H
from
Hello
Hello
I am doing something wrong?

I use .NET 6.0 because it says it has long term support.
image.png
s0.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

βœ… User input
C#CC# / help
3y ago
βœ… User Input
C#CC# / help
4y ago
Delay User Input
C#CC# / help
2y ago
βœ… User input issue
C#CC# / help
3y ago