public static void Main()
Console.WriteLine("FOR LOOPS ");
Console.WriteLine("\nCHALLENGE 1");
Console.WriteLine("This is the end of the challenge 1");
Console.WriteLine("\nCHALLENGE 2");
Console.WriteLine("This is the end of the challenge 2");
Console.WriteLine("\nCHALLENGE 3");
Console.WriteLine("\nCHALLENGE 4");
Console.WriteLine("This is the end of the challenge 4");
Console.WriteLine("\nCHALLENGE 4");
Console.WriteLine("This is the end of the challenge 4");
Console.WriteLine("CHALLENGE 6");
string username, password;
Console.WriteLine("Please enter your username");
username = Console.ReadLine();
Console.WriteLine("Please enter your password");
password = Console.ReadLine();
if((username=="errol")&&(password=="martin"))
Console.WriteLine("Well done you have successfully logged in");
Console.WriteLine("Hard cheese! Please try again");
Console.WriteLine("You total loser. You failed to log in successfully after 5 attempts. You have been terminated");
Console.WriteLine("End of Challenge 6");