Question: Write a JAVA application (class name: Identity) that performs the following: - reads your first name, then your last name and stores the full name
Write a JAVA application (class name: Identity) that performs the following: - reads your first name, then your last name and stores the full name as one string. - converts your name to all uppercase letters and prints it out to the screen. - converts your name to all lowercase letters and prints it out to the screen. - finds the length of the string you created and print the length out to the screen. For example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
