3

Why i dont have ten +1's in one Rant !
Should i do this to get those +1's ?!

for(i=0; i<10 ; i++){
sysout("Rants : "+i);
}

Comments
  • 0
    In Java output statement is System.out.println or System.out.print if I am not wrong
  • 2
    @abhi-dev yeah but you can type syso and the press ctrl + space (command + space on Mac) and it will auto complete System.out.print();
Add Comment