#include<stdio.h> #include<math.h> int main() { float tractLand,tractLandAcres; scanf("%f",&tractLand); tractLandAcres=(float)tractLand/43560; printf("%.2f sq.ft is equal to %.2f acres", tractLand, tractLandAcres); return 0; }
-
Notifications
You must be signed in to change notification settings - Fork 0
akhildnair/Akhil
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published