Computer Science, asked by 5013varshini, 5 months ago

define a variable .name the different type variables in basic 256

Answers

Answered by anirudhkumar111211
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