Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help writing the input of this c++ program. I'm using code blocks as my IDE. Assignment #3 Moving Company CS 332-C++ Programming Points
I need help writing the input of this c++ program. I'm using code blocks as my IDE.
Assignment #3 Moving Company CS 332-C++ Programming Points 75 - Refer to Programming Assignment Rubric for grading guidelines decide to start a moving in order to make a few extra dollars while in college, you and your roommate company. The company name will be a combination of you and your friend's names (for example, Bob and Tom Moving or Jill-Bill University Movers). Since you don't have much money to invest, you rent a moving truck by the month, and of course have to put gas in it. You and your friend decide to charge your customers by the weight of the material you move for them. At the end of each month the two of you pay bills and pay yourselves. Write a program that performs the end of month calculations Requirements Input Prompt the user for you and your friend's names Number of pounds of furniture moved Amount charged per pound Number of miles driven Average miles per gallion of gas your moving van gets Average cost per gallon of gas Cost of renting the moving van for the month Calculations Revenue Pounds moved Amount per pound Gas cost - (Miles driven/ Avg Miles per gallon van gets) Cost per gallon of gas Save 20% of the amount made during the month to get started the next rmonth Split the remaining amount 50% for each friend Don't forget to take out the cost of the van rental Output: Format all output appropriately (use proper decimal places, column alignment, etc.) Print an end of month "statement" that includes all information so both friends can see how the company is doing and what is impacting their bottom lineStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started