tell me there is a formula
a * b / 12 / 100 = result I need to use this formula 12 times (repetition).
That is, the result of the first formula is used in the following for addition with а :
1) a * b / 12 / 100 = result 2) (a + result) * b / 12 / 100 = result 3) (a + result) * b / 12 / 100 = result 4) (a + result) * b / 12 / 100 = result Etc.
In this case, the number of repetitions may vary.
How to implement it?