Started Rectangle Project

This commit is contained in:
cmitchell2301 2025-12-14 18:34:36 -05:00
commit 26e1253c0d
39 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,7 @@
length = 4
width = 3
areaOfRectangle = length * width
print("Area = ",areaOfRectangle)