Computer Science
if((a>b)&&(b>c)&&(c>d)) means:
- d is the greatest number
- d is the smallest number
- a is the smallest number
- none
Java Conditional Stmts
7 Likes
Answer
d is the smallest number
Answered By
1 Like
7 Likes
d is the smallest number
Answered By
1 Like