The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
. Copying each other work will result in giving 0 to both.
The first Question Q1. Will require you to submit your program as .java file that can be run.
The rest of the questions can be answerd as word document file
Assignment 4CS141 – Computer Programming IIChapter 15 – Intro. to Data StructureAssignment 4 worth 5 points (50/10). Due onSaturday10/12/2016.Will deduct 1 point for each day late. Copyingeach other work will result in giving 0 to both.The Frst Question Q1. Will require you to submit your programas .java Fle that can be run.The rest of the questions can be answerd as word documentFle. Please use the following way to name your Fle:Your answer file name as:StudentId_CS141_Assignment04, whereStudentIdisyour student idQ1. Write the java code to create a linked list of string type.Then, apply the following operations using the library and theavailable functions:[10 points]1. Add the following node in the same order: “Ali”, “Sara”,“Omar”, “Eman”2. Add at the beginning the node “Ahmad”3. Print the whole list4. Add the node “Heba” between node “Ali” and node“Sara” using iterator5. Remove the last node6. Re-print the whole listHere is the expected output of the programOUTPUT