Problem Statement
Read rectangle width and height, then print its area and perimeter.
DEMO-OOP-33 โข Object Oriented Programming
Read rectangle width and height, then print its area and perimeter.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
3 4
Area: 12 Perimeter: 14
7 2
Area: 14 Perimeter: 18
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question