public static void Main()
decimal percentOfMax = (max / 100) * step;
max = max - percentOfMax;
remains = remains - percentOfMax;
percentOfMax = (max / 100) * step;
max = max - percentOfMax;
remains = remains - percentOfMax;
Console.Write("Boss killed after " + i + " Brall hits");
Console.Write("Not killed. " + remains + " % of HP remains");