subject

Outcomes: Demonstrate the ability to create and use linked lists in dynamic memory
Demonstrate the ability to add nodes and remove nodes from a linked list of structs
Program Specifications:
Write a program that creates the following struct (you can give it whatever name you want):
char name[100];
int age;
float weight;
Create the following menu system:
Add a Record
Display All Records
Quit
When the user selects (1) you will prompt them for a name, age, and weight. You will insert the record into the linked list which will be alphabetically ordered by name (first letter of full name).
When the user selects (2) you will display all records currently in the list.
This program will not use an array, but it will use a linked list of structs. The program will allow for an unlimited number of records. The only limit will the amount of available RAM.
Submission Requirements:
You must follow the rules from the first assignment. Do not forget your design tool.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 23.06.2019 04:00
Another name for addicting games.com
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
What type of slide show is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer? a. ole b. photo album c. brochure d. office clipboard
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Anetwork security application that prevents access between a private and trusted network and other untrusted networks
Answers: 1
You know the right answer?
Outcomes: Demonstrate the ability to create and use linked lists in dynamic memory
Demonstrat...
Questions
question
Mathematics, 18.03.2021 14:30
question
Mathematics, 18.03.2021 14:40
question
Spanish, 18.03.2021 14:40
question
Mathematics, 18.03.2021 14:40
Questions on the website: 13722367