What is the mistake I am doing in here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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"=") ; }}} }

5th Jun 2020, 5:18 AM
Aryan Goel
Aryan Goel - avatar
1 Answer
0
Ok
5th Jun 2020, 6:31 AM
Aryan Goel
Aryan Goel - avatar