Question: Complete a Java program that takes a first name as the input, and outputs a welcome message to that name. Here are some examples of
Complete a Java program that takes a first name as the input, and outputs a welcome message to that name.
Here are some examples of what the user should see when the program runs.
Example
Enter your first name : Pat
Hello Pat
Example
Enter your first name : Sakura
Hello Sakura
For the given inputs, make sure that your program output looks exactly like the examples above including spelling, capitalization, punctuation, and spaces
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
