Write code that simulates the roll of two dice. If the two dice have the same value, output the statement "Doubles. Roll again." Otherwise, print "Your turn is over.";
1
Expert's answer
2016-02-10T00:01:18-0500
// This program simulates the roll of two dice. If the two dice have the same value, // output the statement "Doubles. Roll again." Otherwise, print "Your turn is over.";
Comments
Leave a comment