Computer Science, asked by harshinireddy6061, 9 months ago

write a simple program to check the data type of integer,real,Boolean and character variables​

Answers

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