Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.57K
~548 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for SQ89

This should get you started. All you have to do it break it out in to a class. [code] int main() { double grossPay; double salary; int employee=2; cout << "\n***To Exit, enter zero(0)***"; cout << "\n\nEnter Gross Sales for employee:"; cin >> grossPay; cout << endl; while (grossPay > …

Member Avatar for SQ89
0
548