Question: code in java #2 Name and Initials Write a program that has the following String variables: firstName, middleName, and lastName. Initialize these with your first.

code in java
code in java \#2 Name and Initials Write a program that has

\#2 Name and Initials Write a program that has the following String variables: firstName, middleName, and lastName. Initialize these with your first. middle, and last names. The program should also have the following char variables: firstinitial, middlelnitial, and lastinitial, Store your first, middle, and last initials in these variables. The program should display the contents of these variables on the screen. H2 Notes: Store your First, Middle, and Last names in String variables. If you don't have a middle name, make one up. Declare 3 char variables to store the initials. Use the charAt() method to store the first initial of each into your char variables. Do not hard code your initials. Finally, display the contents of all 6 variables on the console

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To solve this task youll write a Java program that utilizes String variables for your name and char ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!