how for loop work does first it go to int a then a<5 after a++ then it print the hellow or it go int a then condition then print then it go to increement. i am confused please solve my problem for(int a;a<5;a++). { System.out.print("hellow"); }
View All Comments
| View Tutorial