| c# | 
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 WindowsFormsApplication12
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        int [] talihlibilet = new int [] { 1234567,0987654,5567123,2617213};
        int[] sonuc = new int[] { 745, 123, 456, 789, 098, 523, 724, 911 };
         int [] amo = new int [] {5,4,7};
        private void button1_Click(object sender, EventArgs e)
        {
            label1.Text = "label2";
            int lan = Convert.ToInt32(textBox1.Text);
            for (int i = 0; i <= 9; i++)
            {
                if (lan== talihlibilet[i])
                {
                    label1.Text = "10 milyon kazandınız";
                    break;
                }
                if (label2.Text=="label2")
                {
                    for (int ı = 0; ı <=9 ; ı++)
                    {
                        int sonucc = lan % 1000;
                        if (sonucc== sonuc[ı])
                        {
                            label2.Text = "1000 tl kazandınız";
                            break;
                        }
                    }
                }
            }
        }
    }
}
Sitemizin daha kaliteli paylaşımları yapabilmesi için sizin yorumlarınıza ihtiyacımız var :)
 
 
0 yorum :
Yorum Gönder