Search:

Type: Posts; User: somebodyonearth

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,208

    Re: how does this work?

    yes i do but i dont get this part ( row %2==1 ) i dont understand how does it run or work
  2. Replies
    3
    Views
    1,208

    how does this work?

    can somebody tell me how does this code work i can get it



    public static void main(String [] args) {
    int row = 10;
    int column ;
    while (row >=1){
    column=1;
    ...
Results 1 to 2 of 2