Computers and Technology

1. Declares a linked list which stores integers. 2. Prompts user to enter int values and add these values in the linked list, stop adding the values when the user enter 0. 3. Prints the size of the linked list. 4. Prints the values stored in the linked list. 5. Prompts user to enter a value key, and find if key is in the linked list. 6. Prompts user to enter k (the number of values to be removed), and remove k values from the front. 7. Prints the values stored in the linked list. 8. Declares a linked list which stores strings. 9. Prompts user to enter strings and add these strings in the linked list, stop adding the strings when the user enters "exit". 10. Prints the size of the linked list. 11. Prints the strings stored in the linked list. 12. Prompts user to enter k (the number of strings to be removed), and remove k strings from the front. 13. Prints the strings stored in the linked list. 14. Declares a linked list which stores employees (the Employee class is provided with this lab material). 15. Prompts user to enter employee's name, id, and department name, and add the employees in the linked list, stop adding when the user enters id as 0. 16. Prints the size of the linked list. 17. Prints the employees stored in the linked list. 18. Prompts user to enter k (the number of employees to be removed), and remove k employees from the front. 19. Prints the employees stored in the linked list.

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 22:00, haydonmetzger
Which one of the following identifies the primary a purpose of information classification processes? a. define the requirements for protecting sensitive data. b. define the requirements for backing up data. c. define the requirements for storing data. d. define the requirements for transmitting data.
Answers: 2
image
Computers and Technology, 22.06.2019 09:00, starwarsfan1975
Meenu wants to create a high quality drawing in a variety of colours. which device should she use for the same?
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, MalikaJones
In the blank libreoffice writer document, to start the process of entering a date field into a letter, click on the insert menu. edit menu. file menu. fields menu.
Answers: 3
image
Computers and Technology, 24.06.2019 00:50, anthonycraig0205
3. what is the output of the following statements? temporary object1; temporary object2("rectangle", 8.5, 5); temporary object3("circle", 6, 0); temporary object4("cylinder", 6, 3.5); cout < < fixed < < showpoint < < setprecision(2); object1.print(); object2.print(); object3.print(); object4.print(); object1.set("sphere", 4.5, 0); object1.print();
Answers: 1
Do you know the correct answer?
1. Declares a linked list which stores integers. 2. Prompts user to enter int values and add these v...

Questions in other subjects:

Konu
Mathematics, 26.02.2021 18:20
Konu
English, 26.02.2021 18:20