Question: Objected Oriented Programming using C++.
You need to prepare a C++ program in which you declare variables that holds an hourly wage, a number of hours worked, and a withholding percentage.
Prompt the user to enter values for each of these fields. Compute and display net weekly pay, which is calculated as hour's times rate, minus the percentage of the gross pay that is withholding.
You need to implement a C++ program to compute the net weekly pay.