Search:

Type: Posts; User: kobi1988

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,949

    [SOLVED] Re: VERY basic question - if loop

    ohhhhhh!!!!
    i got it now...!

    the nested "if" keep running before it goes another round of the "main if"...


    thanks! :)
  2. Replies
    3
    Views
    1,949

    [SOLVED] Re: VERY basic question - if loop

    But isn't the 'j' symbolize the number of repetitions and not the number of the spaces...?

    if i=4 and j=3 isn't it should print only one space as i ordered it?
  3. Replies
    3
    Views
    1,949

    [SOLVED] VERY basic question - if loop

    Hello everyone,

    I started studying Java today and couldn't understand why this code would give the result bellow it:

    INPUT:

    public class SimpleLoop {

    public static void...
Results 1 to 3 of 3