Skip to content

Commit b65992a

Browse files
author
Clément
committed
Editing one lab to test new compilation scheme.
1 parent fd5a0ea commit b65992a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labs/If/src/voting_age/voting_age/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ class Program
55
static void Main()
66
{
77
int yourAge; // This variable will contain the user's age.
8+
89
Console.WriteLine("Please, enter your age"); // We ask the user.
10+
911
// We read from the user and convert their answer into an int.
1012
yourAge = int.Parse(Console.ReadLine());
1113

0 commit comments

Comments
 (0)