โ Back to User Input
Question 23
Rectangle Area Input
Rectangle Area Input
Write a program that reads the length and width of a rectangle as floats and calculates the area: Area: [result] Display the area with 2 decimal places using %.2f. The formula is: area = length * width.
Expected Output:
Area: 24.00
Topics:
User Input
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.