There are a number of syntax errors in the following program. Locate as many as you can.

Question:

There are a number of syntax errors in the following program. Locate as many as you can. 

*/ What's wrong with this program? /*
public MyProgram
{
 public static void main(String[] args);
 }
 int a, b, c \\ Three integers
 a = 3
 b = 4
 c = a + b
 System.out.println('The value of c is' + C);
 {

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: