Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.09 seconds.

  1. Re: Getting confused need to add a for loop

    I still recommend putting different pieces in different sections then doing all of the output at the end. I encourage you to give that a shot if you have the spare time. It will make you a better...
  2. Re: Getting confused need to add a for loop

    What you have for your for loop works but is bad format. You were close, just had a bit of a syntax issue. Here's what you're looking for in two different ways.

    for (double myPercent = 0;...
  3. Re: Getting confused need to add a for loop

    I think the problem here is a misconception that the counter has to be incremented by 1 at the end of the loop. It was a huge revelation for me when i realized this was not required.

    for(double...
Results 1 to 3 of 3