Computer Science, asked by Anonymous, 1 month ago

19. What is the output of the following program ?
class Static
{ static int m=0;
static int n = 0;
public void Test)
int m= 10;
int x = 20;
int n = 30;
System.out.println("m + n =" + m + n) ;
{
{
+
}
X = m + n ;
System.out.println("x =" +x);
}
}​

Answers

Answered by Pinakchand2030
0

Answer:

ques has some errors in 1st print statement ....

Similar questions