public static void Main()
Console.WriteLine("Enter n");
n = Int32.Parse(Console.ReadLine());
if (!(n % 3 == 0) && !(n % 7 == 0))
Console.WriteLine("Print the number :{0}", count);
Console.WriteLine("The number is divisible by 3 and 7 simultaneously. Try again. ", count);