If a=100, b=200 and c=300 Then which of the following expression returns true.
i) a*3==b ii) a+b > c iii) a<=100 && b>200 iv) none
Answers
Answered by
0
Answer:
iv) none
because
i) a * 3 = 300 =! b
ii) a + b = 300 !> c
iii) a = 100 <= 100 but b = 200 !> 200
Similar questions
Science,
3 months ago
Science,
3 months ago
Science,
7 months ago
India Languages,
1 year ago
CBSE BOARD XII,
1 year ago
Math,
1 year ago