โ Back to If Statements
Question 302
Absolute Value
Absolute Value
Read an integernfrom input and print its absolute value (the non-negative version). Ifnis negative, print-n; otherwise printn. For example, for input-7, print: 7
Expected Output:
7
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.