Ad Code

NEW POST

6/recent/ticker-posts

Issac loved to do agriculture he worked for a 9-5 job in the week days and dedicated to do agriculture on the week end.

 Issac loved to do agriculture he worked for a 9-5 job in the week days and dedicated to do agriculture on the weekend.

#include <stdio.h>

int main()

{float tractLand,tractLandAcred;

scanf("%f",&tractLand);

tractLandAcred=(float)tractLand/(43560);

printf("%0.2f sq.ft is equal to %0.2f acres",tractLand,tractLandAcred);

return 0;

}

Post a Comment

0 Comments