c. If a=100, b=200, c=300. Then which of the following evaluate to false
(i) a*c = == b
(ii)a+b= = 3*a
(iii) a>=100 & & b>=100
(iv)All are correct
Answers
Answered by
1
Explanation:
(i) is wrong statement because
a=100,b=200,c=300
ac=b
100(300)=200
30000=200
it was false
Similar questions