โ Back to Structs
Question 128
Rectangle Perimeter from Struct
Rectangle Perimeter from Struct
A Rectangle struct with int fields width and height is defined. In main, create a Rectangle with width = 4 and height = 5, then print its perimeter (2 times width plus height) in this exact format: Perimeter: 18
Expected Output:
Perimeter: 18
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.