console.writeline("What is the capital city of Ghana?")
attempts = console.ReadLine()
console.writeline("Please enter your guess.")
attempts = console.ReadLine()
Loop until guess = "Accra" or attempts = 3
console.writeline("Well done")
console.writeline("You are out of attempts and didn't get the answer right")