Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are 2 dice. Each dice will have values of 1,2,3,4,5,6. Write a JAVA code that will only print the value of each dice when

  1. There are 2 dice. Each dice will have values of 1,2,3,4,5,6. Write a JAVA code that will only print the value of each dice when both dice add up to the value of 7 or 11

Output:

Dice1 = 1 Dice2 = 6 {total value is 7}

Dice1 = 2 Dice2 = 5 {total value is 7}

Dice1 = 3 Dice2 = 4 {total value is 7}

Dice1 = 4 Dice2 = 3 {total value is 7}

Dice1 = 5 Dice2 = 2 {total value is 7}

Dice1 = 5 Dice2 = 6 {total value is 11}

Dice1 = 6 Dice2 = 5 {total value is 11}

Dice1 = 6 Dice2 = 1 {total value is 7}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Icdt 88 2nd International Conference On Database Theory Bruges Belgium August 31 September 2 1988 Proceedings Lncs 326

Authors: Marc Gyssens ,Jan Paredaens ,Dirk Van Gucht

1st Edition

3540501711, 978-3540501718

More Books

Students also viewed these Databases questions

Question

love of humour, often as a device to lighten the occasion;

Answered: 1 week ago

Question

orderliness, patience and seeing a task through;

Answered: 1 week ago

Question

well defined status and roles (class distinctions);

Answered: 1 week ago