using System.Collections.Generic;
using System.Threading.Tasks;
public static void Main(string[] args)
Console.WriteLine("Enter how many employees");
while(!(Int32.TryParse(n,out number)))
n=Convert.ToInt32(Console.ReadLine());
if(!Int32.TryParse(n,out number))
Console.WriteLine(""**Enter only valid input***");