top of page
hiSTructural
About US
Products
Services
Blog
Contact
More
Use tab to navigate through the menu items.
All Posts
TCL
C#
Log in / Sign up
Admin
Jun 7, 2024
1 min read
C# Console.Read()
This code only allows you input one character. Console.WriteLine("Input a character:"); int ch = Console.Read(); Console.Write("Character...
bottom of page