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.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

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

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.
Transcribed Image 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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT