Okay So how would i make my printscreen statement look like this in the console:
Welcome to the 55×2 Dice Game!
Dice Game Menu:
[1]: Play Now!
[2]: How to Play
[3]: Exit
And also quick question, what do i write to exit the application if it’s selected to?
Use
System.out.println("text")to print a new line with the text that you pass as an argument.To exit the application use: