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
0
Answer:
ques has some errors in 1st print statement ....
Similar questions
India Languages,
1 month ago
Math,
1 month ago
Math,
1 month ago
Math,
2 months ago
English,
2 months ago
India Languages,
10 months ago
Chemistry,
10 months ago