Question: CSC 170L - Computer Programming Lab The program must have the following components to get the nint Lab 5 Grading Rubric Lab #5 CSC

CSC 170L - Computer Programming Lab The program must have the following components to get the nint Lab 5 Grading Rubric Lab #5 CSC 170L - Computer Programming I Lab Using 'A Guide to Designing Computer Programs' as a basis, plan, implement, and test a computer program that solves the problem stated below. Problem Statement - A large apple juice carton can hold 3.35 liters of juice. Each morning, Dale's Apple Orchard ships cartons of apple juice to a nearby Costco. The profit of producing one liter of apple juice is $0.37. Write a program that: A. Gets the total amount of apple juice Dale's Apple Orchard produced on a given day (in liters) as input from the user. B. Given the input, the program should then calculate: a. The total number of cartons needed, and b. The profit of producing the apple juice C. Next, the program should print the following information on screen: a. The number of cartons needed, and b. The profit of producing the apple juice Deliverables - Using 'A Guide to Designing Computer Programs' as a basis, show evidence of each step from Step 1 in 'Plan, plan, plan' up to Step 4 in 'Test'. In particular, you need to submit: 1. The sample equation worked out in 'Plan, plan, plan' Step 1. 2. A sketch of the program running properly with a label on each line and the inputs and outputs clearly labeled ("Plan, plan, plan' Steps 2 and 3). 3. The completed IPO chart. 4. Create a word document called b5_lastname_firstname.cpp to save the screenshots mentioned below containing group member names, course ID and section, and date on the top of the page. 5. Type skeleton code with comments documenting the author, date, etc ('Implement' Step 2). 6. A screenshot of the source code after you have added comments based on your algorithm (the "Process" column of your IPO chart ('Implement' Step 3). Note, your algorithm and your comments should match verbatim! Add screenshot to the word document. 7. A screenshot of the finished source code once you've added the C++ that corresponds with each comment ('Implement' Step 4). Add screenshot to the word document. 8. A screenshot of the output (blackboard). Add screenshot to the word document. 9. The source.cpp file your code saved as Lab5_lastname_firstname.cpp Note: Do not submit the .sin file! Rather, submit the source code with .cpp ending. You must include deliverables 1-8, in order; in the word document and uploaded to Lab5 link on blackboard; Deliverable 9 must be uploaded to Lab5 link via Blackboard. Submit after uploading both documents.
Step by Step Solution
3.43 Rating (153 Votes )
There are 3 Steps involved in it
Source Code in C include include using namespace std ... View full answer
Get step-by-step solutions from verified subject matter experts
