Respuesta :
Answer:
predictable
Explanation:
because it repeat itself all time
Programs or algorithms which produces the same output for a particular input given are called deterministic algorithm.
- When a certain input is fed into a program, and the output obtained is always the same every time such input is given, then we have a deterministic algorithm.
- Example of such programs are those related to a certain fixed formular, output obtained from the calculating the probability of rolling a fair die once and so on.
Hence, such programs are called deterministic algorithm.
Learn more : https://brainly.com/question/15967667