Question: Using a two-dimensional array create a program that pulls book information (ISBN, title, description) from a file, and populate a two-dimensional array from the file.
Using a two-dimensional array create a program that pulls book information (ISBN, title, description) from a file, and populate a two-dimensional array from the file. Then it should accept information about another book from an HTML form, add the information to the array, and restore the information in a file.
Before you can read from a file there needs to be recorded in the file. Add the code to save the array into the file first. Then run the program. Verify that the information was saved properly in the file. Then add code to read from the file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
