Computer Science, asked by boorgalavinay6477, 6 months ago

Given that A=4, B=5, C=4, what will be the result of the following expressions: i)A<=C ii)A<=B *

Answers

Answered by atulgupta3214
2

Answer:

(I) A=C and (ii) A<B

Explanation:

1. Given A=4 and C= 4

4=4

SO, A=C

2.Given A=4andB=5

4<5

So, A<5

Answered by monica789412
1

Both the expressions written in , 'i' and 'ii' option turns out to be true, when the given values is used to evaluate the give expressions.

For first expression :

A&lt;=C

Mentioned that, A=4 and C= 4

So,  A&lt;=C will become: 4<=4

The expression turns out to be true because A is equal to C, even if its not less than C.  So, it is clear that A==C.

For second expression :

A&lt;=B

Mentioned that, A=4 and B= 5

So,  A&lt;=B  will become: 4<=5

The expression turns out to be true because the value of A is less than the value of B, i.e., 4<5  even if its not equal to B,  And it is clear that A==C.

Similar questions