CJCoding With Joseph
15per day

Const Comparison

Create a class Rectangle with private int length and width. Add isEqual(const Rectangle& other) const that returns true if both dimensions match.

Do NOT write a main function.

Expected Output:

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

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.