write a simple program to check the data type of integer,real,Boolean and character variables
Answers
Answered by
1
Variables and Data Types
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