Unit 3 guided practice 4: passing user values to a function and using | programming | ECPI University
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.
Leave a Reply
Want to join the discussion?Feel free to contribute!