If a=10 and b=10 then which of the following gives trueOptions :a>ba>=ba!=bnone of these
Question
If a=10 and b=10 then which of the following gives trueOptions :a>ba>=ba!=bnone of these
Solution
The correct answer is "a>=b". Here's why:
Given a=10 and b=10, we can substitute these values into each of the options:
- a>b becomes 10>10. This is false because 10 is not greater than 10.
- a>=b becomes 10>=10. This is true because 10 is equal to 10.
- a!=b becomes 10!=10. This is false because 10 is equal to 10.
So, the only option that gives a true statement is "a>=b".
Similar Questions
If a=20 and b=10 then which of the following results to FALSEOptions :a>10&&a>ba>10||a==ba>10&&a==bnone of the above
Assume that A = 5, B = 6, C = 10.Which of the following Expressions will be TRUE?A > B or B < CA > B and B < CA != BA + B >= CA % B == 5
Which of the following operator checks if the value of two operands are equal or not, if values are not equal then condition becomes true?A==B!=C<=>D>
If A = 555! And B = (278)555 then which one of the following relation is appropriate?Cannot be determinedA>BA<BA=B
Identify which statement will check if a is equal to b?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.