User profile: Masada

User info
User name:Masada
Name:Daniel T Williams
Location:United States
History
Joined:
Number of posts:12
Latest posts:

Trouble with if statement within a switch case.
Its been awhile since I've needed to do anything with set precision but I'm pretty sure it goes befo...

Trouble with if statement within a switch case.
Your if statement says (salary >= 40). I'm assuming you wants hours there not salary, cause I would ...

find average of numbers generated by for loop
No you shouldn't have to nest another loop. Just the sum variable inside the for loop. sum += height...

Copy and Overloading constructors
I figured this is the best place for this type of issue. I don't understand how to implement these f...

find average of numbers generated by for loop
You just need to create another variable, call it sum and put it in the for loop. Then sum += the lo...

This user does not accept Private Messages

User: Masada

  • Public profile