This program gets values from the user, and then runs a calculation. All values are passed by reference (by address), so the main() function sees the changed values of the variables. The first function (getValues()) gets user input. The second function (calcCubic), performs the calculations, and the third function (printCubic()) prints the value of the calculation.
Here is the code:
And here is the output:
Now, you enter the code, and run it. (No Flowchart this time).
Upload your .c file and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading.