Menu

[Solved] Language Java Create Java Code Criteria Executed Without Errors 20 Points Must Use Loop G Q37160406

Language: Java create the Java code with the below criteria to beexecuted without errors: (20 points) a. You must use a while loopto get the teacher’s input for the number of iPads needed. b. Youmust use an if/else statement to ensure the number of iPads can’texceed 20. e. Provide the modified code or a screenshot of the codein Jdoodle. You are in charge of the school’s IT department andseveral classes are asking to by iPads for use in their classes.Based on the number of iPads each class requested, determine thetotal costs for each classroom. The only information given is thatthe iPad costs $799, sales tax is 8.2% and there is a total of 10classrooms. HINT: You will need to get the teacher’s input for theamount that their class will need. Create a test case table with atleast S test cases. Execute each test case and provide a screenshotof the execution Create an array list of students’ first and lastnames for each of the 10 classrooms. The number of students in theclass has to be greater than 10 but less than 20. Provide themodified code or a screenshot of the code in Jdoodle Based on thenumber of inputs used for each classroom, remove student’s namefrom the array list so that the number iPads refleet the number ofstudents in the class. Provide the modified code or a screenshot ofthe code in Jdoodle Modify your code to now have the formula youused to caleulate the total cost as method. Create an additionalsubclass using the following parameters: (20 points) 1) Create aChromebook class 2) Under the Chromebook class you created, ask theuser the number of Chromebooks they will need for each class. 3)The Chromebooks cost $250.00 and the sales tax is 8.2%. 4 Call themethod you created for total cost formula, modify it with the newcost and tax information and print the output. 5) Provide ascreenshot of the code and output and attach to yourdocument.

Expert Answer


Answer to Language: Java create the Java code with the below criteria to be executed without errors: (20 points) a. You must use a… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *