KnowledgeBoat Logo

Computer Science

if((a>b)&&(b>c)&&(c>d)) means:

  1. d is the greatest number
  2. d is the smallest number
  3. a is the smallest number
  4. none

Java Conditional Stmts

7 Likes

Answer

d is the smallest number

Answered By

1 Like


Related Questions