الأربعاء، 10 أكتوبر 2018

1)khaldon asfor
tawfiq mitwalli

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

namespace ConsoleApplication5
{
    class Program
    {
        static void Main(string[] args)
        {
            int x = 8;
            int y = 3;
            if (x > y)
                Console.WriteLine("is greater then y");
            Console.ReadKey();
        }
    }
}



(2



ليست هناك تعليقات:

إرسال تعليق