include int main() { int radius= 3; float pi= 3.14; printf("The area of this circle is %f",pi*radius*radius); return 0; }