Question: Please, use only Java 1 to solve this question Write a JAVA program that asks the user to input the jackets quality in any letter

Please, use only Java 1 to solve this question Please, use only Java 1 to solve this question Write a JAVA

Write a JAVA program that asks the user to input the jackets quality in any letter case (HQL for High Quality, LQL for Low Quality) and their prices in a factory, until the user enters a QUIT in any letter case to stop. Your program should count the number of ITOL and LOL jackets, as well as, the lowest HQL price of a jacket, then print the results on the screen. Your program should ignore any unknown jacket quality Sample Input/Output Input the quality of the jackets followed by their prices (quit to stop): LOL 100.5 HQL 382.99 Lal 411.05 hal 277.78 sdl 120.5 HQI 299.5 Quit The Number of HQL jackets = 3 The Number of LQL jackets - 2 The Lowest HQL Price BD - 277.78 Note: Your answer should follow the given sample input/output

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!