3. Rectangle Area-Complete the Program If you have downloaded the book's source code from www.pearsonhighered.com/gaddis, you will find a partially written program named AreaRectangle.java in this...


Starting Out with Java From Control Structures through Objects 6th Edition


3. Rectangle Area-Complete the Program<br>If you have downloaded the book's source code from www.pearsonhighered.com/gaddis,<br>you will find a partially written program named AreaRectangle.java in this chapter's<br>source code folder. Your job is to complete the program. When it is complete, the program<br>will ask the user to enter the width and length of a rectangle, and then display the rectan-<br>gle's area. The program calls the following methods, which have not been written:<br>getLength-This method should ask the user to enter the rectangle's length, and then<br>return that value as a double.<br>• getWidth-This method should ask the user to enter the rectangle's width, and then<br>return that value as a double.<br>• getArea-This method should accept the rectangle's length and width as arguments, and<br>return the rectangle's area. The area is calculated by multiplying the length by the width.<br>• displayData-This method should accept the rectangle's length, width, and area as<br>arguments, and display them in an appropriate message on the screen.<br>

Extracted text: 3. Rectangle Area-Complete the Program If you have downloaded the book's source code from www.pearsonhighered.com/gaddis, you will find a partially written program named AreaRectangle.java in this chapter's source code folder. Your job is to complete the program. When it is complete, the program will ask the user to enter the width and length of a rectangle, and then display the rectan- gle's area. The program calls the following methods, which have not been written: getLength-This method should ask the user to enter the rectangle's length, and then return that value as a double. • getWidth-This method should ask the user to enter the rectangle's width, and then return that value as a double. • getArea-This method should accept the rectangle's length and width as arguments, and return the rectangle's area. The area is calculated by multiplying the length by the width. • displayData-This method should accept the rectangle's length, width, and area as arguments, and display them in an appropriate message on the screen.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here