Question: Write a java program to print the area of a rectangle by creating a class named 'Area' taking the values of its length and width

Write a java program to print the area of a rectangle by creating a class named 'Area' taking the values of its length and width as parameters of its constructor and having a method named 'returnArea' which returns the area of the rectangle.

Step by Step Solution

3.51 Rating (151 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javaioBufferedReader import javaioIOException import javaioInput... View full answer

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 Programming Questions!