Computer Science, asked by Anonymous, 5 months ago

Give the output for following code if

x=7 and y=11;

System.out.println(“x!=y:”+(x!=y)));

System.out.println(“x==y:”+(x==y));

Answers

Answered by rajatsingh01
2

Answer:

0,1

Explanation:

Similar questions