GUVI
Back

doubt

Created 2 years ago
11 Views
1 Comments
NihaalA
@NihaalA
NihaalA
@NihaalAProfile is locked. Login
public class Loop {
public static void main(String[] args){
int i=0;
for(i++;i < 4;i++){
System.out.print(~i);
}
}
}

explain me this program

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