Computer Science, asked by vazalwarpooja, 4 hours ago

What will be the output?
44894
44810
4481
public class Main
{
public static int main(String args[]) {
int x = 10;
int y = 10;
if ( x^y)
System.out.println(" x is equal to y ");
return 0;
}
MB1016.75
1487016 75
}
067


O Nothing will print
O Compile time error
O x is equal to y
O Runtime Error​

Answers

Answered by panpatilyogesh8008
0

Answer:

the put will p = 34

MB1016.75

Answered by yatishpatra4540
15

Answer:

option c

x is equal to y

#Yatish

Similar questions