Computer Science, asked by yashanu000924, 7 months ago

Consider the following code and find output
char
ch= 'b';
int
x=7;
System.out.print("x="+ch);
System.out.println("ch="+x);
O
1. x=bch=7
Ox=7ch=x
Ox=chch=x
Och=7b=x​

Answers

Answered by Kaushikkalesh
0

1. x=bch=7 is the right answer

Thank Me

And Do mark it as Braniliest

Similar questions