Instructions Ask the user to input an integer. Print out the next three consecutive numbers.
Sample Run
Enter an integer: 4
5
6
7

Solved
Show answers

Ask an AI advisor a question