Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Electronic submission: You must submit a single .zip archive file of your projec

ID: 638335 • Letter: E

Question

Electronic submission:
You must submit a single .zip archive file of your project folder. Use a utility that produces .zip
files (Windows compression utility or Mac archive).

Project setup:
Use your Netbeans IDE to create the project hw01. This project should have a single class file, Main.java.

Language features used:

Problem Description:
You must write a program that reads a user's name (first, last) and then outputs a simple
message that includes their name.

Program requirements:
The requirements for this program are as follows:

(1) You must ask the user to enter their full name, which you must save in two separate
variables.

(2) You should output the message "Welcome, " followed by their name. You should display
three messages in total as shown below. Your name should appear instead of and
, e.g. Welcome Mary Poppins!

Welcome<first><last> !
Welcome <first>!
Welcome <last>,<first>!

As you write your programs from here on out, documentation will be desirable and an essential
part of your code. Add the following section to each of your programs to identify relevant
information to anyone reading your code. The sample below is what I used for Main.java, so
make the appropriate changes to reflect your current/accurate information. This is just a
sample, so feel free to add to it if you want, but do not remove anything.

/* File: Main.java

* Name: John David

* Revised: 1/16/2015

* Course: CS140 - Introduction to Computing I- Spring 15
*
* Desc: This program reads the user's name and outputs a welcome message.
*/

Administrative Requirements:

Explanation / Answer

check

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote