What will be the output of the following Java program?
class test
{
int a;
int b;
void meth(int i , int i)
{
i *= 2;
j /= 2;
} I
}
class Output
{
public static void main(String args[])
{
test obj = new test();
int a =
10;
int b = 20;
obj.meth(a,b);
System.out.println(a + " " + b);
}
3
Answers
Answered by
0
Answer:
hk, yoxylly, gkxf
yxitxtixotxotztxo, oclux lyxlu
Similar questions