public static void Main()
int num,no,nt,nth,sum_numh,af_num,mglob_num;
Console.WriteLine("ادخل العدد");
num=int.Parse(Console.ReadLine());
mglob_num=(nth*1)+(nt*10)+(no*100);
Console.WriteLine("the sum numh is={0} and the af num is={1} and the mglob num is={2}",sum_numh,af_num,mglob_num);