Question: IN JAVA create a program for a book store. You are the owner of a book store. You have the following information available in your

IN JAVA create a program for a book store. You are the owner of a book store. You have the following information available in your stock (information is stored in the form of parallel arrays):

These lists contain all the data of all the books in the bookstore with their price and ID. Your first task will be getting to read the text file and storing the information in form of parallel arrays or ArrayLists.

BookData:

Starting out with Java ,1212,112.32

Java Programming ,1211,73.25

Software Structures ,1333,54.0

Design and Analysis of Algorithms ,1456,67.32

Computer Graphics ,1567,135.0

Artificial Intelligence: A Modern Approach ,1642,173.22

Probability and Statistics ,1699,120.0

Cognitive Science ,1755,42.25

Modern Information Retrieval ,1800,32.11

Speech and Language Processing ,1999,123.75

BookData2:

Starting out with Java ,1212,112.32,Java

Programming ,1211,73.25,Software

Structures ,1333,54.0,Design and Analysis of

Algorithms ,1456,67.32

,Computer Graphics ,1567,135.0,

Artificial Intelligence: A Modern Approach ,1642,173.22

,Probability and Statistics ,1699,120.0

,Cognitive Science ,1755,42.25,Modern Information

Retrieval ,1800,32.11,

Speech and Language Processing ,1999,123.75

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!