Skip to content
C

Larger of Two (No Math.max)

Easyjava

Read two integers and print the larger one, using a relational comparison (do not use Math.max).

Input: two integers separated by whitespace.

Output: one line — the larger value (or either one if they are equal).

Input (stdin)

Output

Run your code to see output here...