[solved] – Question 99989
Invent your own function that does some useful computation of your choosing. Do not copy the function from somewhere else. Use incremental development, and record each stage of the development process as you go. Finally, print output that demonstrates that the function works as you intended.
Include all of the following in your Learning Journal:
An explanation of each stage of development, including code and any test input and output.
The output of three calls to your function with different arguments.
Expert Answer
Answer to Invent your own function that does some useful computation of your choosing. Do not copy the function from somewhere else…..
OR