Computer Science, asked by mahar68619, 3 months ago

4) What will be the output of the following program?
public class My First {
public static void main(String[] args) {
MyFirst obj = new MyFirst(n);
}
static int a = 10;
static int n;
int b = 5;
int c;
public MyFirst(int m) {
System.out.println(a + ", " + b + "," + C + "/" + n + "" + m);
}
}
// Instance Block
{
W
b = 30;
n = 20;
}
W Static Block
static
a = 60;​

Answers

Answered by sandhyanullari
0

Answer:

srry m not getting this ans

Answered by studivya17567
0

SORRY...

IDK ...I DO KNOW

Similar questions