public static void Main()
Console.WriteLine("Въведи начален блой точки");
var points = double.Parse(Console.ReadLine());
if (points > 0 && points <=100)
Console.WriteLine("5 бонус точки");
if (points > 100 && points <=1000)
Console.WriteLine("бонус 20 % от числото точки ");
Console.WriteLine("бонус 10 % от числото точки");
Console.WriteLine("eror");