Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

WRITE A C PROGRAM! MUST FIT CRITERIA IN THE RUBRIC PROVIDED! Write a C program f

ID: 3879534 • Letter: W

Question

WRITE A C PROGRAM! MUST FIT CRITERIA IN THE RUBRIC PROVIDED!

Write a C program for a shopping list to run on ocelot. Use the listed items and add one additional item to the list. The source file should have your name & PantherlD included in it and it should have the affirmation of originality Code should be nicely indented and commented All the field values should be in variables although an array does not have to be used. The Item Num should be an integer number, not a string The extended price should be calculated in a formula with multiplication right while printing it out. It should not be stored as a variable Create a simple Makefile to compile your program into an executable called shopping You should submit the source code and your Makefile file compressed into a zip file named FirstNameLastNameL1.zip. The Makefile should be called Makefile with no extension. I should be able to type make at the command line to compile your program. Do not include any other files or folders in the zipfile. This applies even if you are a Mac user Programs that do not compile and do something useful when run will not earn any credit at all Item Num 000345 007474 000987 002342 Description Bookshelf Pencil Chair Computer Price $ 78.51 1.99 $ 129.99 $ 1295.40 Count Extended Price 314.04 199.00 779.94 s 3886.20 100 3

Explanation / Answer

// Utilize this code to format on your side, learn from the code and comments mentioned here.

// Then you can modify from your end to get the desired output