We use to find whether two numbers are equal or not
Answers
Answered by
0
Explanation:
U have to use comparision operators/relational operators.
For example
less than(<)
Equal to (==)
Not equal(!=)
Etc.
Consider a & b are 2 variables
a=5 & b=10
Let us use decision statement
If(a==b)
Print a is equal to b
Else
Print a is not equal to b
Answer:
a is not equal to b
.bcz a=5 &b=10
Similar questions