Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help with this java program Main File - Class LabActivityLists Create a Linked List for Email Address List . Create a comment: Keyboard Input

please help with this java program

Main File - Class LabActivityLists

  • Create a Linked List for Email Address List.
  • Create a comment: Keyboard Input Continue to ask the user to enter an email address until a sentinel value is entered. Add each email address to the Email Address List.
  • Create a comment: Undo Display a blank line. Display the text Undo - Remove Last Email Address Entered Remove the last email address that was entered.
  • Create a comment: Email Address List Display a blank line. Write a text description and indicate how many email addresses are in the Email Address List. Create a Iterator to get the elements from Email Address List. Display each email address on a separate line.
  • Create a comment: Sort Email Address List Display a blank line. Display the text Sorting Email Address List Sort the Email Address List. Create a Foreach to get the elements from Email Address List. Display each email address on a separate line.
  • Create a comment: Search Email Address List Display a blank line. Display the text Searching Email Address List Ask the user to enter the email address to search for. Perform a binary search on Email Address List looking for the user entered email address. Display a text description and the results of the search.

thank you

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

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions