So i'm doing a records assignment. I store the data within a sequntial file into an array. the user choose the data to be shown, then it is outputted. but it works fine sometimes and not other times.
i can search the name without problem it's just the tv show that doesn't work although "the simpsons" work
Anyone have suggestions?
This is my assingment
Quote:
4. Copy and Modify the program "cartoon.t" below. Currently there are five fields: the
name of the character, the network on which the cartoon is shown, the rating, the name of
the cartooon show and the year the cartoon came into existence. Add the search feature to
the program. Using either the name of the cartoon character or the nane of the show the
character appears, do a search for the particular data. If no match is found, communicate
this to the user. Save as lastname_firstname record#4.t.