Search:

Type: Posts; User: SPACE MONKEY

Search: Search took 0.10 seconds.

  1. Re: first itteration of "for" statement acts differntly to all the rest, why?

    Dear KevinWorkman:

    Thanks. I will use the tutorials first next time.
    I can not find the way to mark the post as completed, or answered. That option only appears in the initial post and not...
  2. Re: first itteration of "for" statement acts differntly to all the rest, why?

    Dear KevinWorkman:

    Sorry "value1" has been set, it is there to set the upper limit for "i", to indicate when the "for" statement should stop running.

    I made it so I could set "value1" to...
  3. first itteration of "for" statement acts differntly to all the rest, why?

    Dear All I have the following code and it works, just trying to understand the results.

    public class Counter
    {
    public static void main(String[] args)
    {
    int value1 = 7;
    for (int i = 2, sum =...
Results 1 to 3 of 3