Computer Science, asked by coolrs6717, 4 days ago

What will the output of the following – [2] int A=10, B=15; System.out.println(A&B); System.out.println(A|B);​

Answers

Answered by dilipmmandal1494
2

Answer:

mention if (A*B) thn output will be 150

if (A&B) then op(10,15)

Similar questions