Computer Science, asked by swati0325, 5 hours ago

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 esanjay100
2

Answer:

answer yo f m j

Explanation:

mark me brainliest

Similar questions