#include #include main() { float r,circumference; clrscr(); printf ("enter value for r"); scanf("%f",&r); circumference=2*3.14*r; printf(" %f",circumference); getch(); }
No comments:
Post a Comment