Computer Science, asked by Sham7814, 1 month ago

a1=10
b1=20
a1!=b1
The output would be ?

Answers

Answered by umarfarooqshafi6564
0

Answer:

True

Explanation:

10 != 20

Answered by sarahssynergy
2

Given that a1=10, b1=20 Then what will be the output:

Explanation:

  • a1=10, b1=20
  • If a1!=b1 means the value of a1 not equal to the value of b1.
  • If we compare the values of a1 and b1, 10 and 20 are not equal at any cost.
  • So, the output is true.
Similar questions