Q & A by Maninder Singh

Question:

QUESTION: How do you declare and initialize variables?

Answer:

To declare a variable, you specify its type and name. Initialization assigns an initial value to the variable. Example: int age = 30;