Computer Science, asked by tinanileshrathod, 3 months ago

Counter
Variable coding​

Answers

Answered by Anonymous
2

Answer:

Counter variable are basically used to keep track of count - how many times a piece of code is executed. In general for, while loops use counter variables to decide - how many times they have to run same piece of code repeatedly...

Similar questions