Hints
You've seen how to do "Hello World"; can you adapt this? The key thing is to think through what order to do stuff in – you need the info from the user before you can print it. Write the algorithm as comments first. You should be able to build the program in two lines.