c++ pls
Type “script output.txt” on the command line and it willstart recording your session in a file called“output.txt.”
Run your program as usual and test it with some sampleinput. Do this 3 times with different inputs.
Type “exit” to stop recording.
The file should contain three runs of your test. Open output.txt and make sure it has the three runs of yourtest.
Submit this file with your a01.pdf and a01.cppfiles.
Please follow ALL the instructions to submit your filein the Criteria for Success section below.
***** Welcome to Mint Mobile! ***** Let's calculate your monthly bill! 3: 2GB $35/mo* M: 4GB $50/mo* L: 8GB $70/mo* U: Unlimited $75/mo *Overage charges $15 per GB Which plan are you on? (3/M/L/U): C Invalid plan! Which plan are you on? (3/M/L/U): b Invalid plan! Which plan are you on? (S/M/L/U): S How many GB did you use last month? 2 Plan charges: $35.00 Total Cost: $35.00 Do you want to run the program again? (Y/N): Y ***** Welcome to Mint Mobile! ***** Let's calculate your monthly bill! 3: 2GB $35/mo* M: 4GB $50/mo* L: 8GB $70/mo+ U: Unlimited $75/mo *Overage charges $15 per GB Which plan are you on? (3/M/L/U): M How many GB did you use last month? 0 Plan charges: $50.00 Total Cost: $50.00 Do you want to run the program again? (Y/N): y ***** Welcome to Mint Mobile! ***** Let's calculate your monthly bill! 3: 2GB $35/mo+ M: 4GB $50/mo+ L: 8GB $70/mo+ U: Unlimited $75/mo *Overage charges $15 per GB Which plan are you on? (S/M/L/U): L How many GB did you use last month? 10
c++ pls Type “script output.txt” on the command line and it will start recording your session in a file called “output.t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am