car54% java Example
Starting Example
While loop with n = 1
case one
While loop with n = 2
case two
falls throught to...
case three
While loop with n = 3
case three
While loop with n = 4
any other case
For loop with i = 0
i is less then three
i is NOT greater then four
what can i say
For loop with i = 1
i is less then three
i is NOT greater then four
i is one
that is all
For loop with i = 2
i is less then three
i is NOT greater then four
i is two
what is new
For loop with i = 3
i is NOT greater then four
i is three
this i see
For loop with i = 4
i is NOT greater then four
what can i say
Done.
car54%