Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

You are to create a java program that has the following specifications:
1. The program must have a new user defined class that contains 2 methods
2. 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.
3. The second method will print what was read in. For example, if I were reading in my name, the output would be:
N i c k T o p
4. 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. DO NOT USE SCANNER, CHAR, PRIVATE, GLOBAL VARIABLES. DO NOT USE LINKEDLIST <>

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Concepts, Theories, And Applications

Authors: Shui Yu, Song Guo

1st Edition

3319277634, 9783319277639

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago