Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 339 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 339 Bytes

Dice

In this assignment we'll practice using OOP (Object Oriented Programming) techniques. We'll create a class to model what a single die has and does, and then we will create two or more instances of that class. Note that for full credit your program must display the total of the dice and draw the dice with dots or similar marks.