public static void Main()
Console.WriteLine("Nested IFs");
string username, password;
Console.WriteLine("Enter your username.");
username = Console.ReadLine();
Console.WriteLine("Enter your username.");
password = Console.ReadLine();
Console.WriteLine("BOOM!");
Console.WriteLine("You have entered the wrong password");
Console.WriteLine("You have entered the wrong username.");