Question: Open file Course Information.txt Parse and check for errors name, course number, title, prerequisites Check for at least two parameters if legs than 2 print

Open file
Course Information.txt
Parse and check for errors
name, course number, title, prerequisites
Check for at least two parameters
if legs than 2
print "Error: Course data not found"
Check for prerequisite errors
If no prerequisite
Print("No prerequisite for this course")
Create course objects and store them in the hash table
course(courseNumber, title, prerequisites)
bashTable(courseNumber, course)
Print course information
CSCI100, Introduction to Computer Science
CSCI101, Introduction to Programming in C++,CSCI100
CSCI200, Data Structures, CSCI101
MATH201, Discrete Mathematics
CSCI300, Introduction to Algorithms, CSCI200, MATH201
CSCI301, Advanced Programming in C++,CSCI101
CSCI350, Operating Systems, CSCI300
CSCI400, Large Software Development, CSCI301, CSCI350
End
 Open file Course Information.txt Parse and check for errors name, course

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!