using System;
public class Program
{
public static void Main()
// 1. Ask the user to type in a random number.
// Store the user's input in an integer variable called "number"
// 2. Compare "number" to 10 to see if it's larger than 10.
// Store the result of the comparison in a boolean variable called "largerThanTen".
// 3. If "largerThanTen" is true, print out a message to tell the user that the number is larger than 10
// If "largerThanTen" is not true, print out a message to tell the user that the number is not larger than 10
// 4. Find the remainder when dividing "number" by 2.
// Store the remainder in an integer variable called "remainder"
// 5. Compare "remainder" to 0 to see if it's equal to 0.
// Store the result of the comparison in a boolean variable called "remainderIsZero".
// 6. If "remainderIsZero" is true, print out a message to tell the user that the number is even.
// If "remainderIsZero" is false, print out a message to tell the user that the number is odd.
}