Question: In Java write this program: Personal Information (10 points) Write a short program that displays the following information, each on a separate line: - Your
In Java write this program: Personal Information (10 points) Write a short program that displays the following information, each on a separate line: - Your name. (2 points) - Your address, with city, state, and ZIP code. (2 points) - Your telephone number (make one up). (2 points) - Your college major. (2 points) No user input needed, you can hardcode the above information in. (example: String name = George Washington;) Comments are worth 2 points.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
