Computers and Technology

The main function, 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, 23.06.2019 02:30, jalaholmes2027
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
image
Computers and Technology, 24.06.2019 10:00, alexapacheco012
What did i do wrong with this const discord = require('discord. js'); var bot = new discord. client(); const token = 'ntm3mjcxmtu1mjg3ote2ntq2.dyogew. dpfiwfpuifzuzvifop-csuxasnm' const prefix = "! " bot. registry. registergroup('simple', 'simple'); bot. registry. registerdefaults(); bot. registry. + '/commands'); bot. on('message', message => { if(message. content == 'hi! ') { message. channel. send ('@everyone sup, how is @everyone day going'); } if(message. content == 'h3lp') { message. channel. send ('dose not have any commands yet'); } bot. on('ready', function() { console. log("ready") }); bot. login(token);
Answers: 1
image
Computers and Technology, 24.06.2019 13:00, Savtheartist23
Ais a built in formula in spread spread a is any math process such as addition or subtraction. options are function and operation
Answers: 1
image
Computers and Technology, 24.06.2019 14:30, tleppek6245
Alison is having a hard time at work because hee inbox is flooded with emails every day. some of these emails are unsolicited. some of other she don’t need. which action should she take to better manager her emails?
Answers: 1
Do you know the correct answer?
The main function, 1. Declares a linked list which stores integers.
2. Prompts user to enter...

Questions in other subjects:

Konu
Mathematics, 18.03.2021 06:50