top of page

Admin
Jun 23, 20241 min read
Swicth Case Example for C#
This console application use switch&case for detecting the day type which represents the simple example for C# Console.WriteLine("type a...
0 views
0 comments
Admin
Jun 7, 20241 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...
0 views
0 comments
bottom of page