Computer Applications

if ((a > b) && (a > c)), then which of the following statements is true?

  1. a is the largest number.
  2. b is the largest number.
  3. c is the largest number.
  4. b is the smallest number.

Java Conditional Stmts

5 Likes

Answer

a is the largest number.

Answered By

3 Likes


Related Questions