C# Console Çarpım Tablosu

Csharp Console Çarpım Tablosu-2

C# Console programında for döngüsü beylikdüzü escort kullanılarak yapılan Çarpım Tablosu Örneği

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

namespace for9_çarpım_tablosu
{
    class Program
    {
        static void Main(string[] args)
        {
            int i, j;
            for (i = 1; i <= 10; i++)
            {
                for (j = 1; j <= 10; j++)
                {
                    Console.WriteLine(i + " X " + j + " = " + i*j);
                }
                Console.WriteLine("---------------------------");
            }
            Console.ReadKey();
        }// YCFHQ	9DWCY	DKV88	T2TMH	G7BHP
    }
}
Bu Yazıya Tepkin Nedir?
+1
0
+1
0
+1
0
+1
0
+1
0
+1
0
+1
0

Yorum Yap