Question
Demonstrate understanding of basic programming concepts by: Developing pseudocode that prints the following information for a fictional person: First Name Last Name Street Address City
Demonstrate understanding of basic programming concepts by:
Developing pseudocode that prints the following information for a fictional person:
First Name
Last Name
Street Address
City
Zip code
Creating a simple Java application that will print the items listed above.
Assignment Deliverable Instructions:
Submit only your pseudocode, source code, successful compile, and final output as detailed in point #4.
Include the course, the program number, your name, and the date in your program header. Also include this information at the top of your Microsoft Word file. Include additional comments, as necessary, and maintain consistent indentation for good programming style, as shown and discussed in our text.
Use the Windows Command Prompt command line interface or any Java IDE you choose to compile and execute your program.
Submit the following deliverables in a single document in the order listed:
A single Microsoft Word file containing a screen snapshot of your Java source code for Program1_YourName.java (just the beginnings of the source code is OK) as it appears in your IDE (e.g., Eclipse, Net Beans, JDeveloper, etc.) or editor (e.g., a Windows command line "more" of the .java file's first screen).
A listing of your entire modified version of the Java source code for Program##_YourName.java. You can simply copy and paste the text from your IDE into your submission Microsoft Word document. Make sure to maintain proper code alignment by using Courier font for this item. Do not submit the original source code files!
A screen snapshot showing your programs successful compile.
A screen snapshot showing all of your programs output.
Additionally, submit a zip file containing all created .java files for your project separately from the Word document.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started