Write a program that prints a letter

Write a program that prints a letter. Ask the user for the receiver’s name, a topic (any string), and the sender name. Your program should print a letter like this:

Hi *receiver*,

This is *sender*. I would like to discuss *topic* with you.

Call me.Regards,

*sender*

Tags: No tags