Bu yazıda sizlere okullarda çok merak edilen bir konuda yaptığım uygulamayı göstereceğim.
Bu konu tabii ki de not hesaplama;
Programı Yapma
TextWindow.Write (" 1.notunuzu giriniz : ")a = TextWindow.ReadNumber()
TextWindow.Write (" 2.notunuzu giriniz : ")
b = TextWindow.ReadNumber()
TextWindow.Write (" 3.notunuzu giriniz : ")
c = TextWindow.ReadNumber()
ort = (a+b+c) / 3
TextWindow.WriteLine (" Ortalaman " + ort)
Umarım işinize yaramıştır. Bir sonraki yazıda görüşmek üzere.
Hiç yorum yok:
Yorum Gönder