User profile: k18522

User info
User name:k18522
History
Joined:
Number of posts:5
Latest posts:

Need help with void function to calculate payroll
The purpose of this code is to calculate a pagecheck for intered hours and overtime for any hours ov...

Void Functions: passed by value help.. to find a total
I missed last class on doing void functions because I got sick and im completely lost! ive being usi...

Void Functions: Finding the total cost of a item
I missed last class on doing void functions because I got sick and im completely lost! ive being usi...

If and else statements with game scores
case'b': case 'B': if (score>=0 && score < 5000) cout << "No trophy given"; else if ((score >= 5...

If and else statements with game scores
I am in comp. Sci 1 at my school and I have to write a program that deals with gamer scores and the ...