Örnek kodlar

2 views
Skip to first unread message

_Duygu_

unread,
Nov 21, 2010, 8:16:14 AM11/21/10
to ATML - Bilişim Teknolojileri
Bir inceleyin bakalım ne napıomus :) kolay gelsin


Bir dairenin çevresini ve alanını hesaplayan program.

#include <stdio.h>
#include <conio.h>

int main()
{
double yaricap, alan, cevre;
printf("Lutfen dairenin yari capini giriniz! \n");
scanf("%lf", &yaricap);
alan=3,14*yaricap*yaricap;
printf("Dairenin alani %lf dir.", alan);
cevre=(yaricap+yaricap)*2;
printf("Dairenin cevresi %lf dir.", cevre);
getch();
}

2 kenarı bilinen bir arsanın alanını ve çevresini hesaplayan program.

#include <stdio.h>
#include <conio.h>

int main()
{
double kenar1, kenar2, alan, cevre;
printf("Lutfen arsanin 1. kenar uzunlugunu giriniz (m): \n");
scanf("%lf", &kenar1);
printf("Lutfen arsanin 2. kenar uzunlugunu giriniz (m): \n");
scanf("%lf", &kenar2);
alan=kenar1*kenar2;
printf("Arsanin alani: %lf m'dir. \n", alan);
cevre=(kenar1+kenar2)*2;
printf("Arsanin cevresi: %lf m'dir. \n", cevre);
getch();
}

tayfun yazar

unread,
Nov 22, 2010, 12:59:55 PM11/22/10
to atml---biliim...@googlegroups.com


21 Kasım 2010 15:16 tarihinde _Duygu_ <duygud...@gmail.com> yazdı:
teşekkür ederiz hocamda ben taam olarak anlayamadım

 

neslihan aras

unread,
Nov 22, 2010, 1:37:58 PM11/22/10
to atml---biliim...@googlegroups.com
hocam bunlarr ne yaa allah aşkınaa ben tam anlayamadmm turboc de tam olarak nereye yazılıorr

 

duygu dogan

unread,
Nov 22, 2010, 2:51:47 PM11/22/10
to atml---biliim...@googlegroups.com
anlatıcam arkadaslar biraz inceleyin diye gonderdim hepsini yapıcaz


22 Kasım 2010 20:37 tarihinde neslihan aras <neslihan...@gmail.com> yazdı:

hocam bunlarr ne yaa allah aşkınaa ben tam anlayamadmm turboc de tam olarak nereye yazılıorr

 




--
Poshingo:D

neslihan aras

unread,
Nov 22, 2010, 3:08:27 PM11/22/10
to atml---biliim...@googlegroups.com

ya ben kodları yazıyorum da gerisi gelmyrr

Sepulchure [emre.klc]

unread,
Nov 23, 2010, 9:31:33 AM11/23/10
to ATML - Bilişim Teknolojileri

neslihan aras

unread,
Nov 24, 2010, 12:23:01 PM11/24/10
to atml---biliim...@googlegroups.com
ÖĞRETMENLER GÜNÜNÜZ KUTLU OLSUNNNNN :) :) :)

duygu dogan

unread,
Nov 24, 2010, 12:26:17 PM11/24/10
to atml---biliim...@googlegroups.com
tesekkur ederim :)

24 Kasım 2010 19:23 tarihinde neslihan aras <neslihan...@gmail.com> yazdı:

ÖĞRETMENLER GÜNÜNÜZ KUTLU OLSUNNNNN :) :) :)



--
Poshingo:D

neslihan aras

unread,
Nov 24, 2010, 6:24:49 PM11/24/10
to atml---biliim...@googlegroups.com

ÖNEMLİİ DEĞİLL HOCAMMM :)
Reply all
Reply to author
Forward
0 new messages