static void main(String[] args)
static void Main(string[] args)
String employeename = "Nesbith lang";
double comm = 0.07 * sal;
double retire = 0.10 * sal;
Console.WriteLine("the employee name is " + employeename);
Console.WriteLine("the commission amount is " + comm);
Console.WriteLine("the tax paid is " +tax );
Console.WriteLine("the retirement amount is " + retire);
Console.WriteLine("the social security amount is " + ss);