3
Answers

Method that calculates are of rectangle and returns

Photo of Divyansha Haasan

Divyansha Haasan

2y
603
1

Write a method called  that takes two int parameters: width and height, and returns the area of a rectangle

Output should be like this

Answers (3)