โ Back to Structs
Question 127
Rectangle Area from Struct
Rectangle Area 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 area (width times height) in this exact format: Area: 20
Expected Output:
Area: 20
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.