+ 1
What is the mistake I am doing in here?
I am doing a Java program using loops and whenever I run it , it shows 3 errors ,,So pls Help me ..public class Program { public static void main(String[] args) ; { for( int i=1; i<=10; i++) { for ( int j=2; j<=5; j++) {System .out.println (i+"="+j"=") ; }}} }
1 ответ
0
Ok