Tagged: kodlar

15

C# Öğrenci Takip ve Not Kayıt

C# Öğrenci Takip Not Kayıt Programı Program profesyonel kullanım için değilde programlama derslerinde sizlere yardımcı olacağını düşünüyorum. Program hakkında biraz bilgi verelim. Programımız basit veri tabanı işlemlerini(Ekleme, Silme, Güncelleme, Arama) yapıyor. Kayıtları Access veritabanında...

0

C# Çevre ve Alan Hesaplama

C# Çevre ve Alan Hesaplama Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Cervre_alan_hesaplama { public partial class Form1 : Form {...

0

C# Faktöriyel Hesaplama

C# Faktöriyel Hesaplama Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Faktoriyel_bulma { public partial class Form1 : Form { public Form1()...

0

C# Girilen Sayının Asal Olup Olmadığını Bulma

C# Girilen Sayının Asal Olup Olmadığını Bulan Program   [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Asal_mı { public partial class Form1...

2

C# Oran Hesaplama

C# Oran Hesaplama Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1()...

0

C# İdeal Kilo Hesaplama

C# İdeal Kilo Hesaplama Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Ideal_kilo { public partial class Form1 : Form { public...

2

C# Ortalama Hesaplama

C# Ortalama Hesaplama Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace ortalama_hesapla { public partial class Form1 : Form { public Form1()...

0

C# Dört İşlem

C# Basit Dört İşlem Programı [csharp]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Dort_islem { public partial class Form1 : Form { public...