Skip to content

Commit

Permalink
Editing one lab to test new compilation scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed May 22, 2024
1 parent fd5a0ea commit b65992a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/If/src/voting_age/voting_age/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ class Program
static void Main()
{
int yourAge; // This variable will contain the user's age.

Console.WriteLine("Please, enter your age"); // We ask the user.

// We read from the user and convert their answer into an int.
yourAge = int.Parse(Console.ReadLine());

Expand Down

0 comments on commit b65992a

Please sign in to comment.