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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started