Question: Write a program that prints the statement "Learning new topics is Fun!" in a function called writeThoughts that is called by the main function.
The program should print out the statement five times, this should be done via a For Loop in main. Do not use Function Prototypes.
- In the main function, before calling writeThoughts, print out "I am calling writeThoughts".
- In the main function, print out "Back from writeThoughts", after returning from writeThoughts.
Comment the code, determine the form of the output depended on the coefficients being input.