User: suitedupvet83

  • Public profile

User profile: suitedupvet83

User info
User name:suitedupvet83
History
Joined:
Number of posts:9
Latest posts:

Recursion: Towers of Hanoi
what your instructor meant was to solve the problem with 3 disks by stacking disks numbers 1,2,and 3...

Problem understanding how void functions work
what the void function doesn't do.. is output or return any value. If you look at SamuelAdams cod...

Need Help Creating A New Output with Codeblocks
since you pretty much figured it out . Here's how I did it [code] int max= 40; // didn't like us...

Need Help Creating A New Output with Codeblocks
For your basepay create an if statement with the condition of working 40 hours or less. then set up...

Need Help Creating A New Output with Codeblocks
your [code]gross_pay = rate*40 + 1.5*rate*(hours - 40); [/code] is wrong setup your overtime which ...

This user does not accept Private Messages