Question: Write a program that: a. Asks the user for their first name. b.Asks the user for their age. c.Asks the user for their last name.
Write a program that:
a. Asks the user for their first name.
b.Asks the user for their age.
c.Asks the user for their last name.
d.Pops up a dialog with the following information:
i. The number of characters in the first & last name combined.
ii. The full name all in upper case letters
iii.The full name all in lower case letters.
iv. The first letter of the name
v.The age
Compile and test the code in JAVA used scanner and string class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
