Dim guessedNum as Integer
Dim perfectNum as Integer
Dim secondHigh as Integer
Console.WriteLine("Im thinking of a number between 1 and 100. Take your guess")
guessedNum = Console.ReadLine()
if guessedNum = perfectNum then
else if guessedNum < perfectNum then
if secondLow = perfectNum then
console.writeline("Nice! Finally.")
console.writeline("Wrong. Failed. Restart to try again.")
if secondHigh = perfectNum then
console.writeline("Nice! Finally.")
console.writeline("Wrong. Failed. Restart to try again.")
Console.WriteLine("Well done! First try! You are a natural.")
Console.WriteLine("Woah! Too low! One more try.")
second = Console.ReadLine()
Console.WriteLine("What! Way to high! One last chance")
second = Console.ReadLine()