fork download
  1. using static System.Console;
  2. using static System.Convert;
  3.  
  4. public class Program {
  5. public static void Main() {
  6. Write("Cardeal 'N' 'S' 'L' 'O': ");
  7. var pCardeal = char.ToUpper(ToChar(ReadKey(false).Key.ToString()));
  8. WriteLine($"PosicaoCardinal {pCardeal}");
  9. }
  10. }
  11.  
  12. //http://pt.stackoverflow.com/q/22193/101
Success #stdin #stdout 0.03s 16504KB
stdin
Standard input is empty
stdout
Cardeal 'N' 'S' 'L' 'O': PosicaoCardinal 0