public static void Main()
int num,total,digit,count=0,num1,max=0,nummax=0,count10=0,count2=0;
Console.WriteLine("enter num");
num= int.Parse(Console.ReadLine());
Console.WriteLine(total);
if (num1%total==0 && Math.Sqrt(total)%1==0)
Console.WriteLine("enter num");
num= int.Parse(Console.ReadLine());
Console.WriteLine("the number with the biggest total is "+ nummax);
Console.WriteLine("there are "+ count10+ " numbers that there digits is higher then 10");
Console.WriteLine("the are "+ count2 + " numbers that all of the digits are between 2 and 6");
Console.WriteLine("there are "+ count+ " specials numbers");