It's time for you to have a go at making your own program!
The program needs firstly to clear the screen. Then it will need to ask the user to enter an Integer. Once the user has entered a number the program will need to tell the user which number they have entered. Once the user presses enter again then the program will end.
Sounds hard? Try it!
Change your program so that instead of asking the user for a number, it asks for their name. Then get the program to say hello to the user.