Computer Science, asked by biratiminji75, 3 months ago

declare two variables a and b of int type
pls provide me the full answer properly​

Answers

Answered by looterax
1

Explanation:

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. The declarations for both variables appear in bold in the following listing:

  • member variable
  • local variable
  • method parameter
  • exception handler parameter
Similar questions