Create a class that holds three initialized StringBuilder objects: your first name, middle name, and last name. Create three new StringBuilder objects as follows:
• An object named end reName that refers to your three names, separated by spaces
• An object named last First that refers to your last name, a comma, a space, and your first name, in that order
• An object named signature that refers to your first name, a space, your middle initial (not the entire name), a period, a space, and your last name Display all three objects.
Save the file as Builder.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.