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
2
Answer:
answer yo f m j
Explanation:
mark me brainliest
Similar questions
Physics,
3 hours ago
English,
3 hours ago
Math,
5 hours ago
Computer Science,
8 months ago
Hindi,
8 months ago