DrogbA
Forum Üyesi
- Katılım
- 27 Ara 2020
- Mesajlar
- 3,440
- Tepkime puanı
- 0
- Puanları
- 36
Kod:
[FONT=Courier New][COLOR=Black][SIZE=4]const double PI = 3.14; //const değeri sonradan değiştirilemez double cevre, yaricap; Console.Write("yaricapi gir:"); yaricap = Convert.ToDouble(Console.ReadLine()); cevre = 2 * PI * yaricap; Console.WriteLine("cevre:" + cevre); Console.ReadKey();[/SIZE][/COLOR][/FONT]