Console.WriteLine("Please enter a score between 1 and 5 for your test")
score = Console.ReadLine()
Console.WriteLine("Sorry but that is the lowest mark")
Console.WriteLine("Hmm..you've failed the test")
Console.WriteLine("Nice you've passed")
Console.WriteLine(" Wow you got full mark")
Console.WriteLine("You didn't choose a number between 0 and 6')
Console.WriteLine(" You can choose 1,2,3,4 or 5")