Computer Science, asked by pk8351033, 1 month ago

what is iteration? Write a program to add 10 numbers by iteration statement?​

Answers

Answered by Insanegirl0
4

Explanation:

In computing, iteration is the technique marking out of a block of statements within a computer program for a defined number of repetitions. That block of statements is said to be iterated; a computer scientist might also refer to that block of statements as an "iteration".

Similar questions