Question
Write a program (C++) displaying the users input for the cost of an alarm system per month for the last 12 months . The program
Write a program (C++) displaying the users input for the cost of an alarm system per month for the last 12 months.
The program should find and display the average monthly alarm system cost. If the average monthly cost exceeds $75, the program should display The alarm company charges more than average. If the average cost is between $50 and $75, the program should display The alarm company charges a typical amount. Finally, if the average cost is less than $50 the program should display The alarm company charges less than average.
What I currently have and is not working;
#include
Step 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