Skip to content
C

Store a Comparison in a boolean

Easyjava

Read two integers. Store the result of "is the first greater than the second?" in a boolean variable and print it.

Input: two integers separated by whitespace.

Output: one line — true or false.

Input (stdin)

Output

Run your code to see output here...