Write a program where:
The computer rolls two dice (random 1–6 each)
The user guesses the total
The program rolls and shows if the guess was correct or not
EXT:
Keep score over 5 rounds and declare a winner.
Add difficulty levels (e.g., one die vs two dice).