0
this if condition pattern is true or not ?
If (a<b && a<c && a<d) Small =a;
4 Answers
+ 10
Post a,b,c values.
Then it will be easy to say.
True or not? Depends on values of a,b,c.
+ 1
True or not? Depends on the values of a, b, c and d.
If value of a is smaller than other three, then it'll be true!
0
Yes other values are smaller than the value of a
0
if other values are smaller than value of a, then the condition will be false.