โ Back to User Input
Question 16
Read Single Integer
Read Single Integer
Write a program that reads a single integer from the user using scanf and prints it back with the message: You entered: [number] Use %d format specifier with scanf to read the integer, and make sure to use the & operator before the variable name in scanf.
Expected Output:
You entered: 42
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.