0 LIKES LikeUnLike
//I am getting truly confused with this code,Can't understand the //purpose of continue outer(it's so confusing,giving a pain in the head) //pls explain the complete code as u r xplaining it to a begineer!! //Looking for a nice reply, who needs 10 points!!class ContinueLabel {public static void main(String args[]) {outer: for (int i=0; i<10; i ) {for(int j=0; j<10; j ) {if(j > i) {System.out.println();continue outer;}System.out.print(" " (i * j));}}System.out.println();}}
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.