Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Die Write a 'Die' (singular form of dice) class that defines the behavior of a single die. Your class must have the following methods. Use

Die

Write a 'Die' (singular form of dice) class that defines the behavior of a single die. Your class must have the following methods. Use the template below as a starting point.

  • A constructor that accepts an integer representing the number of sides on the die. For example 20 for a 20-sided die, 6 for a 6-sided die and so on.
  • roll - returns a random number representing the result of rolling the die. For example; for a 6-sided die; 1, 2, 3, 4, 5 or 6
  • rollMultiple(number) - Rolls the die number of times and returns a list object containing the resulting numbers
  • getSides() - returns the number of sides on the die

image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

Draw a schematic diagram of I.C. engines and name the parts.

Answered: 1 week ago