C dilinde yazılan ve dairenin alan uzunluğunu bulmanıza yardımcı olacak program kodları aşağıdadır.
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int main()
{
float pi=3.14,alan,r;
printf("Alanini Bulmak istediginiz Dairenin Yaricap Uzunlugu Nedir?\n");
scanf("%f",&r);
alan=(pi*(pow(r,2)));
printf("\n\nDairenin Alani=%f",alan);
getch();
return 0;
}
Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.
0 yorum :
Yorum Gönder