Exercise 5 · Chapter: ConditionsRequired+50 XP
Biggest Number
Read three numbers (one per line) and print the largest one.
Example:
Input:
5 12 8
Output:
12
Need a hint?
3 available · costs 5 XP each
javascript
Output
Run your code to see the output here.