public static void Main()
String Ads = "400/1 kottawa";
String Dn = "IT consultant";
int ns = bs + gw + all + bns + ln;
Console.WriteLine("Employee No:" + EmpNo);
Console.WriteLine("Name:" + Name);
Console.WriteLine("Address:" + Ads);
Console.WriteLine("Designation:" + Dn);
Console.WriteLine("Basic Salary:" + bs);
Console.WriteLine("Hourly Rate:" + hr);
Console.WriteLine("Hourly Worked:" + hw);
Console.WriteLine("Gross Wage:" + gw);
Console.WriteLine("Allowance:" + all);
Console.WriteLine("Lone:" + ln);
Console.WriteLine("Bonus:" + bs);
Console.WriteLine("Net Salary:" + ns);