Console.WriteLine("Enter a Score")
NewScore = Console.ReadLine
If NewScore > HighScore Then
Else If NewScore < HighScore Then
Else If NewScore = HighScore Then
If NewScore > LowScore Then
Else If NewScore < LowScore Then
Else If NewScore = LowScore Then
Console.WriteLine("High Score =")
Console.WriteLine(HighScore)
Console.WriteLine("Low Score =")
Console.WriteLine(LowScore)