Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please Code in C++ A company charges a customer every 4 months (3 times a year) for a service. The cost every 4 months changes

Please Code in C++

A company charges a customer every 4 months (3 times a year) for a service.

The cost every 4 months changes based on calls for the service.

Write a program to calculate the average yearly (12 months) cost.

The user should get a prompt to enter the 3 values for the year (just input a total cost for the 4 month period).

If the average monthly cost exceeds $150, the program displays The average charges are high!

If the average monthly cost is between $150 and $100, the program displays The average charges are Average!

If the average monthly cost less $100, the program displays The average charges are Low!

Requirement creating the project;

. Allow the user of the program to enter any data for testing the program.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

XML Data Management Native XML And XML Enabled Database Systems

Authors: Akmal Chaudhri, Awais Rashid, Roberto Zicari, John Fuller

1st Edition

0201844524, 978-0201844528

More Books

Students also viewed these Databases questions

Question

=+ Are they breakable for any reason?

Answered: 1 week ago

Question

=+When and under what circumstances are contracts renegotiated?

Answered: 1 week ago