write a program to calculate the area of a rectangle Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a program to calculate the area of a rectangle. a=int(input()) b=int(input()) print(a*b) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment