Computer Science, asked by poornimapoojary28, 1 month ago

Rewrite the following program after removing the errors in the program, if any:
class Myclass2
{
static void main()
{
int a=5,b=6;
c=a+b;
System.out.println(“Sum=”a);
}
}

Answers

Answered by parinitachachra
0

Answer:

sorry but there public static void main will come public will also be added

Similar questions