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.
\#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
To solve this task youll write a Java program that utilizes String variables for your name and char ... View full answer
Get step-by-step solutions from verified subject matter experts
