Problem
Write a short sequence of statements that will print out two random integers from the range [1..6] (with a space between the two numbers). Don't use a loop. To keep the code neat, store each random integer in a variable, and name the variables 'dieOne' and 'dieTwo'.