Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
\#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
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