Advertisement
Darkbound

Untitled

May 14th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. Console.Write("Please input your number: ");
  2. string num = Console.ReadLine();
  3. int numIndex = num.Length - 3;
  4. Console.WriteLine(num[numIndex]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement