Purchase Solution

Wage Calculator

Not what you're looking for?

Ask Custom Question

IN C++
Write a program that allows the user to input the number of days worked in a 7 day workweek and, using a fixed hourly rate, calculates the week's wages and the average number of hours worked per day.

Purchase this Solution

Solution Summary

A C++ program is written that allows the user to input the number of days worked in a 7 day workweek and, using a fixed hourly rate, calculates the week's wages and the average number of hours worked per day.

Solution Preview

Below is the code. See also the attached project.

================
#include <iostream>
using namespace std;

int main()
{

while ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.