Now it's your turn. Open the FirstFunction (Links to an external site.) starter code. Using this starter code, you will alter it to include functions, comments, and better spacing. In your revised program, you should create at least two functions that are called inside the main portion of your program. At least one function should return a value. It is okay if these functions seem a little silly to write. In the upcoming programs, you will see how they are to be used in more meaningful programs. In the comment section of the program, explain how you used procedural abstraction to manage the complexity of this program. Compare the readability of the original code with your new and improved code using functions. Be prepared to submit your program.

Solved
Show answers

Ask an AI advisor a question