Console.Write("The number of participants:");
double participants= double.Parse(Console.ReadLine());
double modol = participants % 7;
double re= (participants- modol) /7;
double num= participants-re;
Console.Write(" \n Number of participants after the first round:");