Implement linked list in the following activities. 1. Create a program that will input five (5) Hotel Room Number and display all entered data. Use the function display to display all data. (filename; link_display.c) 2. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number at the beginning of the linked list.(Filename: link_insertbeg.c) 3. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number at the end of the linked list.(Filename: link_insertend.c) 4. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number in positon 3 of the linked list.(Filename: link_insert_nth.c) 5. Merge all the programs into one program. (Link_Merge.c) The software use: C++ or Moblie C C languages
Implement linked list in the following activities.
1. Create a program that will input five (5) Hotel Room Number and display all entered data. Use the function display to display all data. (filename; link_display.c)
2. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number at the beginning of the linked list.(Filename: link_insertbeg.c)
3. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number at the end of the linked list.(Filename: link_insertend.c)
4. Create a program that will input five (5) Hotel Rate and display all entered data. Then insert 1 Hotel Room Number in positon 3 of the linked list.(Filename: link_insert_nth.c)
5. Merge all the programs into one program. (Link_Merge.c)
The software use: C++ or Moblie C
C languages
Step by step
Solved in 2 steps with 1 images