SlideShare a Scribd company logo
1 of 1
Download to read offline
The attached program InventoryChecker.java populates 3 parallel array lists (names, prices,
quantities) with related information.
Complete the program so that it displays all the items with 0 quantity. Your program must work
with any data i.e. the number of items of information may change.
Sample output:
Items to order:
broomstick $49.99
potion $5.59
InventoryChecker.Java
import java.util.ArrayList;
import java.util.Collections;
public class InventoryChecker{
public static void main(String[] args){
ArrayList<String> names = new ArrayList<>();
ArrayList<Double> prices = new ArrayList<>();
ArrayList<Integer> quantities = new ArrayList<>();
Collections.addAll(names, "wand", "broomstick", "potion", "robe", "quill");
Collections.addAll(prices, 25.99, 49.99, 5.59, 19.99, 2.59);
Collections.addAll(quantities, 10, 0, 0, 5, 3);
// add your code here
}
}

More Related Content

Similar to The attached program InventoryCheckerjava populates 3 para.pdf

Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdf
Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdfStep 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdf
Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdfaloeplusint
 
C# Starter L04-Collections
C# Starter L04-CollectionsC# Starter L04-Collections
C# Starter L04-CollectionsMohammad Shaker
 
Collections generic
Collections genericCollections generic
Collections genericsandhish
 
One dimensional 2
One dimensional 2One dimensional 2
One dimensional 2Rajendran
 
Java R20 - UNIT-3.docx
Java R20 - UNIT-3.docxJava R20 - UNIT-3.docx
Java R20 - UNIT-3.docxPamarthi Kumar
 
Program Specifications in c++ Develop an inventory management system f.docx
Program Specifications in c++ Develop an inventory management system f.docxProgram Specifications in c++ Develop an inventory management system f.docx
Program Specifications in c++ Develop an inventory management system f.docxsharold2
 
Program Specifications in c++ Develop an inventory management syste.docx
Program Specifications in c++    Develop an inventory management syste.docxProgram Specifications in c++    Develop an inventory management syste.docx
Program Specifications in c++ Develop an inventory management syste.docxsharold2
 
Getting StartedCreate a class called Lab8. Use the same setup for .pdf
Getting StartedCreate a class called Lab8. Use the same setup for .pdfGetting StartedCreate a class called Lab8. Use the same setup for .pdf
Getting StartedCreate a class called Lab8. Use the same setup for .pdfinfo309708
 
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn Sagar Arlekar
 
Program Specifications Develop an inventory management system for an e.docx
Program Specifications Develop an inventory management system for an e.docxProgram Specifications Develop an inventory management system for an e.docx
Program Specifications Develop an inventory management system for an e.docxVictormxrPiperc
 
VB_ERROR CONTROL_FILE HANDLING.ppt
VB_ERROR CONTROL_FILE HANDLING.pptVB_ERROR CONTROL_FILE HANDLING.ppt
VB_ERROR CONTROL_FILE HANDLING.pptBhuvanaR13
 

Similar to The attached program InventoryCheckerjava populates 3 para.pdf (20)

Java arrays (1)
Java arrays (1)Java arrays (1)
Java arrays (1)
 
Array
ArrayArray
Array
 
Computer programming 2 Lesson 13
Computer programming 2  Lesson 13Computer programming 2  Lesson 13
Computer programming 2 Lesson 13
 
C# p9
C# p9C# p9
C# p9
 
Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdf
Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdfStep 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdf
Step 1You need to run the JAVA programs in sections 3.3 and 3.5 for.pdf
 
C# Starter L04-Collections
C# Starter L04-CollectionsC# Starter L04-Collections
C# Starter L04-Collections
 
Collections generic
Collections genericCollections generic
Collections generic
 
One dimensional 2
One dimensional 2One dimensional 2
One dimensional 2
 
Java R20 - UNIT-3.docx
Java R20 - UNIT-3.docxJava R20 - UNIT-3.docx
Java R20 - UNIT-3.docx
 
Array properties
Array propertiesArray properties
Array properties
 
22.ppt
22.ppt22.ppt
22.ppt
 
Program Specifications in c++ Develop an inventory management system f.docx
Program Specifications in c++ Develop an inventory management system f.docxProgram Specifications in c++ Develop an inventory management system f.docx
Program Specifications in c++ Develop an inventory management system f.docx
 
Program Specifications in c++ Develop an inventory management syste.docx
Program Specifications in c++    Develop an inventory management syste.docxProgram Specifications in c++    Develop an inventory management syste.docx
Program Specifications in c++ Develop an inventory management syste.docx
 
Getting StartedCreate a class called Lab8. Use the same setup for .pdf
Getting StartedCreate a class called Lab8. Use the same setup for .pdfGetting StartedCreate a class called Lab8. Use the same setup for .pdf
Getting StartedCreate a class called Lab8. Use the same setup for .pdf
 
12. arrays
12. arrays12. arrays
12. arrays
 
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn
PostgreSQL Modules Tutorial - chkpass, hstore, fuzzystrmach, isn
 
Program Specifications Develop an inventory management system for an e.docx
Program Specifications Develop an inventory management system for an e.docxProgram Specifications Develop an inventory management system for an e.docx
Program Specifications Develop an inventory management system for an e.docx
 
VB_ERROR CONTROL_FILE HANDLING.ppt
VB_ERROR CONTROL_FILE HANDLING.pptVB_ERROR CONTROL_FILE HANDLING.ppt
VB_ERROR CONTROL_FILE HANDLING.ppt
 
Java script arrays
Java script arraysJava script arrays
Java script arrays
 
Java script arrays
Java script arraysJava script arrays
Java script arrays
 

More from aayushi9925064438

The Axial and Appendicular Skeletons 7a Label the bones in.pdf
The Axial and Appendicular Skeletons 7a  Label the bones in.pdfThe Axial and Appendicular Skeletons 7a  Label the bones in.pdf
The Axial and Appendicular Skeletons 7a Label the bones in.pdfaayushi9925064438
 
The broader definition of the money supply M2 includes whi.pdf
The broader definition of the money supply M2 includes whi.pdfThe broader definition of the money supply M2 includes whi.pdf
The broader definition of the money supply M2 includes whi.pdfaayushi9925064438
 
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdf
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdfthe bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdf
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdfaayushi9925064438
 
The bito Corporation sells two brands of wine glasses Pl.pdf
The bito Corporation  sells two brands of wine glasses Pl.pdfThe bito Corporation  sells two brands of wine glasses Pl.pdf
The bito Corporation sells two brands of wine glasses Pl.pdfaayushi9925064438
 
The balance of payments of any country focuses exclusively o.pdf
The balance of payments of any country focuses exclusively o.pdfThe balance of payments of any country focuses exclusively o.pdf
The balance of payments of any country focuses exclusively o.pdfaayushi9925064438
 
The Assignment Centralized Mutual Exclusion Algorithm The a.pdf
The Assignment Centralized Mutual Exclusion Algorithm The a.pdfThe Assignment Centralized Mutual Exclusion Algorithm The a.pdf
The Assignment Centralized Mutual Exclusion Algorithm The a.pdfaayushi9925064438
 
The assets A of public pension funds in trilions of dollars.pdf
The assets A of public pension funds in trilions of dollars.pdfThe assets A of public pension funds in trilions of dollars.pdf
The assets A of public pension funds in trilions of dollars.pdfaayushi9925064438
 
4- Identify the skin structures and areas indicated in the accompanyin.pdf
4- Identify the skin structures and areas indicated in the accompanyin.pdf4- Identify the skin structures and areas indicated in the accompanyin.pdf
4- Identify the skin structures and areas indicated in the accompanyin.pdfaayushi9925064438
 
Becker Stores- Ine- prowided the following statement of not income for.pdf
Becker Stores- Ine- prowided the following statement of not income for.pdfBecker Stores- Ine- prowided the following statement of not income for.pdf
Becker Stores- Ine- prowided the following statement of not income for.pdfaayushi9925064438
 
1- During the year 2019 - the Munro Corporation was named as a defenda.pdf
1- During the year 2019 - the Munro Corporation was named as a defenda.pdf1- During the year 2019 - the Munro Corporation was named as a defenda.pdf
1- During the year 2019 - the Munro Corporation was named as a defenda.pdfaayushi9925064438
 
1-use Binomial Distribution to find the probability of getting 495 tai.pdf
1-use Binomial Distribution to find the probability of getting 495 tai.pdf1-use Binomial Distribution to find the probability of getting 495 tai.pdf
1-use Binomial Distribution to find the probability of getting 495 tai.pdfaayushi9925064438
 
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdfaayushi9925064438
 
5- (10 points) Fill out the table below-.pdf
5- (10 points) Fill out the table below-.pdf5- (10 points) Fill out the table below-.pdf
5- (10 points) Fill out the table below-.pdfaayushi9925064438
 
- A 78-year-old man is a retired banker whose wife died several years.pdf
- A 78-year-old man is a retired banker whose wife died several years.pdf- A 78-year-old man is a retired banker whose wife died several years.pdf
- A 78-year-old man is a retired banker whose wife died several years.pdfaayushi9925064438
 
(1 point) Which of the following expressions rounds the double variabl.pdf
(1 point) Which of the following expressions rounds the double variabl.pdf(1 point) Which of the following expressions rounds the double variabl.pdf
(1 point) Which of the following expressions rounds the double variabl.pdfaayushi9925064438
 

More from aayushi9925064438 (15)

The Axial and Appendicular Skeletons 7a Label the bones in.pdf
The Axial and Appendicular Skeletons 7a  Label the bones in.pdfThe Axial and Appendicular Skeletons 7a  Label the bones in.pdf
The Axial and Appendicular Skeletons 7a Label the bones in.pdf
 
The broader definition of the money supply M2 includes whi.pdf
The broader definition of the money supply M2 includes whi.pdfThe broader definition of the money supply M2 includes whi.pdf
The broader definition of the money supply M2 includes whi.pdf
 
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdf
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdfthe bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdf
the bveit aniamedies thesch3 arberinist Eilinit x Eraria.pdf
 
The bito Corporation sells two brands of wine glasses Pl.pdf
The bito Corporation  sells two brands of wine glasses Pl.pdfThe bito Corporation  sells two brands of wine glasses Pl.pdf
The bito Corporation sells two brands of wine glasses Pl.pdf
 
The balance of payments of any country focuses exclusively o.pdf
The balance of payments of any country focuses exclusively o.pdfThe balance of payments of any country focuses exclusively o.pdf
The balance of payments of any country focuses exclusively o.pdf
 
The Assignment Centralized Mutual Exclusion Algorithm The a.pdf
The Assignment Centralized Mutual Exclusion Algorithm The a.pdfThe Assignment Centralized Mutual Exclusion Algorithm The a.pdf
The Assignment Centralized Mutual Exclusion Algorithm The a.pdf
 
The assets A of public pension funds in trilions of dollars.pdf
The assets A of public pension funds in trilions of dollars.pdfThe assets A of public pension funds in trilions of dollars.pdf
The assets A of public pension funds in trilions of dollars.pdf
 
4- Identify the skin structures and areas indicated in the accompanyin.pdf
4- Identify the skin structures and areas indicated in the accompanyin.pdf4- Identify the skin structures and areas indicated in the accompanyin.pdf
4- Identify the skin structures and areas indicated in the accompanyin.pdf
 
Becker Stores- Ine- prowided the following statement of not income for.pdf
Becker Stores- Ine- prowided the following statement of not income for.pdfBecker Stores- Ine- prowided the following statement of not income for.pdf
Becker Stores- Ine- prowided the following statement of not income for.pdf
 
1- During the year 2019 - the Munro Corporation was named as a defenda.pdf
1- During the year 2019 - the Munro Corporation was named as a defenda.pdf1- During the year 2019 - the Munro Corporation was named as a defenda.pdf
1- During the year 2019 - the Munro Corporation was named as a defenda.pdf
 
1-use Binomial Distribution to find the probability of getting 495 tai.pdf
1-use Binomial Distribution to find the probability of getting 495 tai.pdf1-use Binomial Distribution to find the probability of getting 495 tai.pdf
1-use Binomial Distribution to find the probability of getting 495 tai.pdf
 
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf
1- Choose two leaders in real-life- Describe what makes one a bad lead.pdf
 
5- (10 points) Fill out the table below-.pdf
5- (10 points) Fill out the table below-.pdf5- (10 points) Fill out the table below-.pdf
5- (10 points) Fill out the table below-.pdf
 
- A 78-year-old man is a retired banker whose wife died several years.pdf
- A 78-year-old man is a retired banker whose wife died several years.pdf- A 78-year-old man is a retired banker whose wife died several years.pdf
- A 78-year-old man is a retired banker whose wife died several years.pdf
 
(1 point) Which of the following expressions rounds the double variabl.pdf
(1 point) Which of the following expressions rounds the double variabl.pdf(1 point) Which of the following expressions rounds the double variabl.pdf
(1 point) Which of the following expressions rounds the double variabl.pdf
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Recently uploaded (20)

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

The attached program InventoryCheckerjava populates 3 para.pdf

  • 1. The attached program InventoryChecker.java populates 3 parallel array lists (names, prices, quantities) with related information. Complete the program so that it displays all the items with 0 quantity. Your program must work with any data i.e. the number of items of information may change. Sample output: Items to order: broomstick $49.99 potion $5.59 InventoryChecker.Java import java.util.ArrayList; import java.util.Collections; public class InventoryChecker{ public static void main(String[] args){ ArrayList<String> names = new ArrayList<>(); ArrayList<Double> prices = new ArrayList<>(); ArrayList<Integer> quantities = new ArrayList<>(); Collections.addAll(names, "wand", "broomstick", "potion", "robe", "quill"); Collections.addAll(prices, 25.99, 49.99, 5.59, 19.99, 2.59); Collections.addAll(quantities, 10, 0, 0, 5, 3); // add your code here } }