Console.Writeline(" lets play a game, type 3 numbers and i'll guess the largest and smallest")
Console.WriteLine("PLease enter your 1st number")
Console.WriteLine("PLease enter your 2nd number")
Console.WriteLine("PLease enter your 3rd number ")
Console.WriteLine(x & " is greatest")
Elseif (y>x) And (y>z) then
Console.WriteLine(y & " is greatest")
Elseif (z>y) And (z>x) then
Console.WriteLine(z & " is greatest")
Console.WriteLine("You can't enter same numbers if you wanna find the greatest")
Elseif (y=x) and (y=z) then
Console.WriteLine("You can't enter same numbers if you wanna find the greatest")
Console.WriteLine(x & " is smallest")
Elseif (y<x) And (y<z) then
Console.WriteLine(y & " is smallest")
Elseif (z<y) And (z<x) then
Console.WriteLine(z & " is smallest")
Console.WriteLine("You can't enter same numbers if you wanna find the smallest")
Elseif (y=x) and (y=z) then