namespace TyCSharpApplication
Console.WriteLine("In numeric value, how many merit badges are required to earn the rank of Eagle Scout?");
Console.WriteLine("In numeric value, how many merit badges are required to earn the rank of Eagle Scout?");
Badges = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(Badges);
Console.WriteLine("Correct!");
Console.WriteLine("Think higher.");
Console.WriteLine("Think smaller.");