Rolling Dice Project

This project took the user input for how many dice to roll, how many sides each had, and the amount of rolls to do. Then it enters the for loop that goes as many times as the user input, and the prints out how many times numbers were rolled.

Program Run

Main Class Code