Question: Please try to solve it with the IDE named BlueJ and send the screenshot of the codes from BlueJ Part 2 [10 marks] 4. Write

Please try to solve it with the IDE named BlueJ and send the screenshot of the codes from BlueJ
Part 2 [10 marks] 4. Write a program to calculate the area of a rectangle and print it on the screen? your program MUST read in inputs from via keyboard. The program must continue running until the user offers to exit the program by entering a sentinel value. IMPORTANT: (The program must be written in such a manner that it uses a method of class Rectangle to calculate the area and return the area value. You can use the following method definition or header for the purpose: double calculateArea(double height, double width)") Note: The main method should be used only for executing the program not for calculation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
