Write a program that calculates the electricity bill. The rates of electricity per unit are as follows:If the units consumed are <=300, then the cost is Rs. 12 per unit.If the units consumed are >300 and <=500, then the cost is Rs. 17 per unit. If the units consumed exceed 500 then the cost per […]
C++
C++ | Write a program that can be used to calculate the federal tax.
Write a program that can be used to calculate the federal tax. The tax is calculated as follows: For single people, the standard exemption is $4,000; for married people, the standard exemption is $7,000. A person can also put up to 6% of his or her gross income in a pension plan. The tax rates […]
Write a program to calculate the total cost to enter into a waterpark for a family/group.
Write a program to calculate the total cost to enter into a waterpark for a family/group. Ticket rates are listed below kids (Age 12 and under) 12.50 Regular( Age between12 -55) $18.25 Seniors (55 and above) $15.00 Tax-7% Your program should ask the user to enter the total number of members in their group. User […]
Design a program to input the basic salary of a worker and compute the net pay assuming the following conditions:
Design a program to input the basic salary of a worker and compute the net pay assuming the following conditions House allowance of 17% of basic salary Entertainment allowance of Ksh 4,000 Medical allowance of Ksh 6,000 Transport allowance of Ksh 3,000 Tax of 12% of gross salary Solved by verified study co-pilot All Study […]
A program is required to compute the volume of a cube given by the formula; V = L*B*H*.
A program is required to compute the volume of a cube given by the formula; V = L*B*H*. Design this program using an algorithm of your choice; and convert the algorithm into a C++ Program. 100% Working Code with Output Given Solved by verified study co-pilot All Study Co-Pilots are evaluated by Gotit Pro as […]
Write a C++ program using array and loop that prompts a user to enter 15 Students marks in Program Design and Implementation (PDI) Module in an array.
The program sorts the students’ marks in descending order using a loop and displays the marks of all students as well as lowest, highest, average marks, and the class result based on the average module marks.
Write a program to create a customer’s bill for an electrical appliances company.
Assume the company sells only THREE (3) different products: Plasma TV, LED TV and LCD TV. The unit prices are RM3500.00, RM3880.00 and RM2890.00, respectively.