- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace CSharp5
- {
- class Class3
- {
- static void Main()
- {
- ConsoleKeyInfo m = Console.ReadKey();
- Console.WriteLine("\n" + m.Key);
- }
- }
- }
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dinesh KudalePosted Jun 15, 2019, 9:29 AM
Ranjit PowarPosted Jun 15, 2019, 3:25 AM