Area of a Field Get link Facebook X Pinterest Email Other Apps a=float(input()) b=float(input()) c=(a*b)/43560 print('The area of the field is %.2f acres' %c) Comments
Comments
Post a Comment