Question: Given three String variables that have been declared and given values , firstName , middleName , and lastName , write a sample expression whose value
Given three String variables that have been declared and given values, firstName, middleName, and lastName, write a sample expression whose value is the initials of the three names: the first letter of each, joined together. So if firstName, middleName, and lastName, had the values "John", "Fitzgerald", and "Kennedy", the expression's value would be JFK". Alternatively, if firstName, middleName, and lastName, had the values "Franklin", "Delano", and "Roosevelt", the expression's value would be "FDR".
In Java please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
