Question: You are to create a java program that has the following specifications: The program must have a new user defined class that contains 2 methods

You are to create a java program that has the following specifications:
The program must have a new user defined class that contains 2
methods
The first method will read your first and last name, with a dash in
between into a linked list. You must use a dialog box to read in
each character, one character at a time. One way of doing this
would be to read a character until the user types an (*). Reading
the first and last name as a total string will not be accepted.
The second method will print what was read in. For example, if I
were reading in my name, the output would be:
Nick-Top
Each character is to be read into a linked list, therefore, each
character will be an element of the node in the linked list. The
linked list is to be part of the class as well. 1) Make sure to use the nodes and links described in the assignment
2) Do not use global variables, private, char, links>, scanner
3) Use JOption to use the dialog boxes for the name as described in the assignment
4) Read assignment carefully
 You are to create a java program that has the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!