write a program that displays the following information, each on a separate line:
- your name
- your address, with city, state and ZIP
your telephone number
your college majorAlthough these items should be displayed on separate output lines, use only a single println statement in your program.