Category: C# Projeler

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...