public static void Main()
Console.WriteLine("enter the number of chocolate which the soher has bought");
int buying = int.Parse(Console.ReadLine());
Console.WriteLine("enter the number of chocolate which the soher has sold");
int selling = int.Parse(Console.ReadLine());
Console.WriteLine("the soher got money");
Console.WriteLine("the soher lost money");