• Users
  • finetunewithhammer

User profile: finetunewithhammer

User info
User name:finetunewithhammer
History
Joined:
Number of posts:3
Latest posts:

for loop question
Here are two slightly different ways to accomplish this. In the first approach, we print hash marks ...

Find the value of x!
Note the use of a break statement at the end of each case. Once the switch variable (j) matches a ca...

Decrement to 0 and back up again
To produce max to zero and back to max again, start with a value twice the size of max. For i=2*max ...