Answered step by step
Verified Expert Solution
Link Copied!

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
image text in transcribed
\#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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions