Ad Code

NEW POST

6/recent/ticker-posts

Arif planned to make a room cleaning robot for his college mini project competition.

 Arif planned to make a room cleaning robot for his college mini project competition.


#include <stdio.h>

int main()

{float length,width,area;

scanf("%f",&length);

scanf("%f",&width);

area=length*width;

printf("%0.2f sq.ft",area);


return 0;

}

Post a Comment

0 Comments