Recursion: Towers of Hanoiwhat your instructor meant was to solve the problem with 3 disks by stacking disks numbers 1,2,and 3...
Problem understanding how void functions workwhat 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 Codeblockssince 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 CodeblocksFor 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 Codeblocksyour [code]gross_pay = rate*40 + 1.5*rate*(hours - 40); [/code] is wrong setup your overtime which ...
This user does not accept Private Messages