AHPA #14: CyberSecurity Courses (use C language code) Open the file Cybersecurity * Courses.txt and read in all of the USF * cybersecurity core courses. * * Create a linked list with each node * containing the following variables: * courseID, courseName, taken, next. * * Ted has completed the following courses: * IT Concepts, Foundations of * Cybersecurity, Human Aspects of * Cybersecurity, Human Computer Interfaces, * and Web Systems for IT * * Mark each of these courses as being * "taken" in the linked list. * * Traverse the linked list and print out * all of the courses that Ted still needs * to take in order to graduate. (picture below is txt file)
AHPA #14:
Open the file Cybersecurity
* Courses.txt and read in all of the USF
* cybersecurity core courses.
*
* Create a linked list with each node
* containing the following variables:
* courseID, courseName, taken, next.
*
* Ted has completed the following courses:
* IT Concepts, Foundations of
* Cybersecurity, Human Aspects of
* Cybersecurity, Human Computer Interfaces,
* and Web Systems for IT
*
* Mark each of these courses as being
* "taken" in the linked list.
*
* Traverse the linked list and print out
* all of the courses that Ted still needs
* to take in order to graduate.
(picture below is txt file)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 5 images