Guest User

Untitled

a guest
Nov 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1.             string InputScoreOne;
  2.             int TestScoreOne;
  3.             Console.Write("Exam 1 Score: ");
  4.             InputScoreOne = Console.ReadLine();
  5.             TestScoreOne = int.Parse(InputScoreOne);
Add Comment
Please, Sign In to add comment