Hey everyone,
so I'm new in object oriented programming so I'm not sure about how to write this program. I need to create a die game with the class: DIE, that rolls the die. it needs to have a method called: "roll" that rolls the dice again and it needs to print the value. the second time we roll the die, it need to print the previous value as well.
HELP!!!