define a variable .name the different type variables in basic 256
Answers
Answered by
10
Answer: Variables are the nouns of a programming language: they are the entities (values, data) that act or are acted upon. The character-counting program uses two variables--count and args. The program increments count each time it reads a character from the input source and ignores args.
Similar questions