Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Dice class. The class should have: A private field for the number of sides of the die A constructor that takes an integer

image text in transcribed

Write a Dice class. The class should have: A private field for the number of sides of the die A constructor that takes an integer between 4 and 20, inclusive and sets the number of sides of the die A method, rellDie0, returns the face value when the die is rolled. Use a Random number to "roll" the die. Write a driver program. This program should create two die with the same number of sides, continually roll the dice and report the result of each roll. It should stop when "snake eyes" are rolled (double 1's) and report the number of rolls. You may write this as a console application or a Windows Forms application. Here's an example: Form Roll Dice t took 24 rolls to get snake eyes OK

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

Step: 3

blur-text-image

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

Advanced Oracle Solaris 11 System Administration

Authors: Bill Calkins

1st Edition

0133007170, 9780133007176

More Books

Students also viewed these Databases questions