Question: IN C++ - PLEASE INCLUDE SCREENSHOTS OF THE PROGRAM WORKING Create a class called die (the singular of dice). The die class should have a

IN C++ - PLEASE INCLUDE SCREENSHOTS OF THE PROGRAM WORKING

Create a class called die (the singular of dice). The die class should have a single data member called value. The die constructor should initialize the dies value to 1. Create a member function called roll() that gives the die a random value between 1 and 6. Create a member function called show() that displays value. In main, demonstrate the creation of a die object to validate it is working.

Sample Output:

Roll: 23541

Roll: 65533

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!