Tagged: c# program

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