Computer Applications

If(a>b)&&(a>c)), then which of the statement is true?

  1. b is the smallest number
  2. b is the greatest number
  3. a is the greatest number
  4. all of the above

Java Conditional Stmts

66 Likes

Answer

a is the greatest number

Answered By

9 Likes


Related Questions