c# readline char
Your_Char=Convert.ToChar(Console.readline());
c# readline char
Your_Char=Convert.ToChar(Console.readline());
c# char input
// C# program to input a character
// using Convert.ToChar()
char ch;
//input character
Console.Write("Enter a character: ");
ch = Convert.ToChar(Console.ReadLine());
//printing the input character
Console.WriteLine("Input character is {0}", ch);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us