GUVI
Back

doubt in loop

Created 2 years ago
13 Views
1 Comments
NihaalA
@NihaalA
NihaalA
@NihaalAProfile is locked. Login
public class Loop {
public static void main(String[] args){
int b=0;
do{
int a=2;
b++;
System.out.print(a++);
}
while(b!=3);
}
}

please explain this program

Comments
Please login to comment.
 
Powered by habitate.io Habitate