Question: you are going to create your own rst program from scratch as below. Copy the code shown below into your editor. Your code must match
you are going to create your own rst program from scratch as below. Copy the code shown below into your editor. Your code must match that shown below exactly except for the parts in green at the top that you will edit. After you successfully compile and run it, explain what your program outputs. Try running it both in zyBooks and in your own IDE; the results might be dierent. See if you can explain why there might be discrepancies between the two.


* 24 25 26 27 Author : put your name here 28 Date : put today's date here 29 Output : describe what happens when you run the program here 30 (assuming you fixed any syntax errors you may have introducted). 31 What did you see on the screen? Copy the output of your program into this comment 32 */ 33 34 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
