Can you help me with my Programming Assignment?
This programming assignment requires to build a dice rolling simulator. A dice rolling simulator program must simulate the outcome that can be produced every time a dice is rolled. The possible outcomes everytime the dice is rolled is a number from 1 to 6.
Dice rolling simulator
- Flow diagram
- Pseudo code
- Algorithm to solve your chosen computer programming problem.
Create a program with an user interface that has one button. Every time the button is clocked. An output is produced to simulate the outcomes when a dice is rolled.