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, 23.06.2019 04:00
Another name for addicting games.com
Answers: 1
question
Computers and Technology, 23.06.2019 07:00
Why were most movies from the late 1890s until the early 1930s only filmed in black and white? there were only a few people who could afford the technology to produce color motion pictures back then. audiences did not want color motion pictures until later. the film used to make color motion pictures often overheated, which was a safety hazard, so it was generally not allowed. color films had to be hand-colored, frame by frame.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Given a link with a maximum transmission rate of 32.8 mbps. only two computers, x and y, wish to transmit starting at time t = 0 seconds. computer x sends filex (4 mib) and computer y sends filey (244 kib), both starting at time t = 0. statistical multiplexing is used, with details as follows packet payload size = 1000 bytes packet header size = 24 bytes (overhead) ignore processing and queueing delays assume partial packets (packets consisting of less than 1000 bytes of data) are padded so that they are the same size as full packets. assume continuous alternating-packet transmission. computer x gets the transmission medium first. at what time (t = ? ) would filey finish transmitting? give answer in milliseconds, without units, and round to one decimal places (e.g. for an answer of 0.013777 seconds you would enter "13.8" without the quotes)
Answers: 3
question
Computers and Technology, 23.06.2019 20:30
If an appliance consumes 500 w of power and is left on for 5 hours, how much energy is used over this time period? a. 2.5 kwh b. 25 kwh c. 250 kwh d. 2500 kwh
Answers: 1
You know the right answer?
Outcomes: Demonstrate the ability to create and use linked lists in dynamic memory
Demonstrat...
Questions
question
History, 27.09.2019 06:40
Questions on the website: 13722363