What is a counter in Qbasic
Answers
Answered by
4
Explanation:
Counters are numeric variables that are used to keep a record of the number of times a process is repeated. A counter is initialised with a numeric value. ... For example, suppose we want to print our name five times on the screen, then we use counter.
Answered by
5
Answer:
Counters are numeric variables that are used to keep a record of the number of times a process is repeated. A counter is initialised with a numeric value. ... For example, suppose we want to print our name five times on the screen, then we use counter.
Similar questions