khaldon asfor
tawfiq mitwale
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 a = 4 ;
int b = 4 ;
if (a==b)
{
Console.WriteLine("EQUAL");
}
Console.ReadKey();
}
}
}
ليست هناك تعليقات:
إرسال تعليق