Method that calculates are of rectangle and returns

Mar 3 2023 2:18 PM

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)