Setting up a time card using Visual C++ - TechRepublic
General discussion
June 11, 2003 at 11:44 PM
robert_adams49

Setting up a time card using Visual C++

by robert_adams49 . Updated 22 years, 5 months ago

This program must calculate total pay based on info.
entered. The program must be created in a Win32 console application. Must be able enter the number of
hours worked followed by carriage return. After you enter the hourly rate the program willcompute the salary. To calculate total pay, use the following simple formula: TotalPay = Hours Worked * Pay Rate

This discussion is locked

All Comments