using
public
{
Console.WriteLine("Do you want to caculate commision of a sales person? Y or N");
response = GetChar();
Console.WriteLine("Enter Sales persons inital? A, B or E ");
SalesPeople = Console.In.ReadLine();
Sales = Console.In.ReadLine();
Console.WriteLine("The commision is {0}",Commision);
Console.Out.WriteLine("Do you want to enter more commisions? Y or N");
}
Console.WriteLine("Have a nece day!");
inputString = Console.In.ReadLine();
answer = Convert.ToChar(inputString);