Area of a Field

a=float(input()) b=float(input()) c=(a*b)/43560 print('The area of the field is %.2f acres' %c)

Comments