Week 4 Lab

Mr. Goodman

 

Scenario/Summary

The purpose of this lab is to develop your programming skills and introduce functions.

Write a program that simulates flipping a coin and rolling a dice.

A user will input their choice of flipping a coin (C), rolling a dice (D), or exiting (E).

If the user chooses a coin toss, the program will ask how many times the coin should be tossed, then will simulate tossing the coin that many times and print the result to the user.

If the user chooses rolling a die, the program will ask how many sides the die has and how many times it should be rolled. The program will then simulate rolling a die (with the number of sides specified) that many times.

The program will continue until the user presses E.

  • 5 years ago
  • 30
Answer(2)

Purchase the answer to view it

NOT RATED
  • Week4lab.cpp
  • Week4Lab......docx

Purchase the answer to view it

NOT RATED
  • BESTANSWERCourseproj4.cpp