Basit Bir Class Örneği




using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Sample08
{
    class Program
    {
        ///


        /// 1-1000 arası sayıların çarpımı..
        ///
        ///
        static void Main(string[] args)
        {

            int sayi = 1;
            int sonuc = 1;
            abc:
            if (sayi < 10)
            {
                sonuc = sonuc * sayi;
                sayi++;
                goto abc;
            }
            else
            {
                Console.WriteLine("istenilen sonuc :"+sonuc);
            
            }

            Console.ReadKey();
        }
    }
}

Yorumlar

Bu blogdaki popüler yayınlar

Akınsoft Programları ile İşletmenizi Daha Verimli Hale Getirin

Siber Güvenlik