CJCoding With Joseph
15per day

Rectangle Perimeter Class

Create a class Rectangle with a constructor taking width and height and a Perimeter() method returning 2 * (width + height). Do NOT write a Main method.

For a 4 by 5 rectangle the program prints 18.

Expected Output:

18
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.