Java Programming I on YouTube:
https://www.youtube.com/playlist?list=PLLIqcoGpl73iaXAtS_-V_Xdx3mhTzPwb5

Assignment a7 -- Dice Roller Stats


  1. Introduction
  2. Dice Roll Series
  3. Displaying Results
  4. Things to do
  5. How to Submit

Introduction



Dice Roll Series



Displaying Results



Things to do


  1. The prototype program does not exclude combinations of dice totals with zero roll counts from the printout. You need to add some filtering code to hide the combinations that never rolled.

  2. The prototype does not have a descriptive report header, either. You need to add a header to your report.

  3. Finally, add the code to calculate and print the percent of the roll counts within the entire series of rolls.

     


How to Submit