โ Back to User Input
Question 313
Read a Long Value
Read a Long Value
Read a large whole number from standard input usingsc.nextLong()and print its value multiplied by two. For example, if the input is1000000000, print: Doubled: 2000000000 UseSystem.out.printlnwith concatenation.
Expected Output:
Doubled: 2000000000
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.