Instructions
This program gets values from the user, and then runs a calculation. The 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:
Submission Instructions
Now, you enter the code, and run it. (No flowchart this time)
Upload your .c file and a screenshot of your code output saved in a Word document