Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. CPT236 Project 1
  2.  
  3. Ensure you read all instructions:
  4.  
  5. Write a program to display your name and address in the following format (including spaces and empty lines):
  6.  
  7. My name is: Last, First
  8.  
  9. My address is:
  10.  
  11. 123 Main St.
  12. Columbia, SC 29201
  13.  
  14. Save the class name and source file as NameAndAddressProgram.java. You need to create and use String variables for: first name, last name, street address, city, state and zip.
  15.  
  16. Your address may be a fake address but it cannot be the same as the above example.
  17.  
  18. You must include your name, date and a short description of the program in a comments section at the top of your program's source file.
  19.  
  20. Save your program's source file in this Project 1 dropbox.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement