Forgot password? New user? Sign up
Existing user? Log in
Observe the following coding in java. Can you find the number of times "yo yo honey singh" will be displayed?
1 2 3 4
for(int i=0;i--<=5;i++) { System.out.println("Yo Yo Honey Singh"); }
Log on to www.comprogzz.in for more such java coding:))
Problem Loading...
Note Loading...
Set Loading...