Question: In Java please Write a program that asks the user to enter length and width of a rectangle and then display the rectangles area. Write

In Java please Write a program that asks the user to enter length and width of a rectangle and then display the rectangles area. Write the following methods getLength prompt the user to enter length getWidth prompt the user to enter width getArea This method should take both the values and calculate the area and return the value displayData This method should accept length, width and area as arguments and display them in appropriate message.

Output Enter the rectangle's length: 21 Enter the rectangle's Width: 13.4 Length = 21.0 Width = 13.4 Area = 281.40000000000003

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!