C# Üs Hesaplama
C# Üs 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 Us_Hesapla
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
int t,u,sonuc=1;
t=Convert.ToInt32(textBox1.Text);
u=Convert.ToInt32(textBox2.Text);
for (int i = 1; i <= u; i++)
{
sonuc *= t;
}
textBox3.Text = sonuc.ToString();
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("www.technoprogram.com");
}
}
}
[/csharp]
Dosya boyutu : 48 Kb
Virustotal Sonuçları : 0 / 54 Temiz
Rar şifresi : www.technoprogram.com
C# Üs Hesaplama Projesini İndir
İndirmek için tıklayın
Not:Reklamı geç butonuna tıkladıktan sonra indirme otomatik olarak başlayacaktır.