Console.WriteLine("Hello Daniel");
Random random = new Random();
Console.WriteLine("Your first random number is " + x + " and your second random number is " + y, ".");
if (x == y) Console.WriteLine("same");
if (x == 5) Console.WriteLine("boo");
if (y != 5) Console.WriteLine("hoo");
public static void Main()