Gıda – Web – Teknoloji != Hasanibrahim

Tag: faiz hesaplamasi

C Programlama dili ile Bileske ( Bilesik ) Faiz Hesaplaması

by on Mar.10, 2009, under Ödevler

#include stdio.h
#include stdlib.h
 
    main() {
int yil=0;
float senin_paran;
printf("parani gir man ORN: 1000 TL \n");
scanf ("%f", &senin_paran);
float yillik_faiz;
printf ("Yillik faizi gir man ORN: 0.75 \n");
scanf ("%f", &yillik_faiz);
int kac_yil;
printf("Kac yil yatircan  ? ORN: 5 \n");
scanf("%d", &kac_yil);
while (yil<kac_yil)
{
senin_paran+=senin_paran*yillik_faiz;
yil++;
}
printf("paran %d yil sonra %f TL olur \n", kac_yil, senin_paran);
 
printf("Fakat o para sana yaramaz demedi deme :) ");
 
  system("PAUSE"); 
  return 0;
}
3 Comments :, more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Blogroll

A few highly recommended websites...