declare two variables a and b of int type
Answers
Answered by
2
Answer:
You can define a variable as an integer and assign a value to it in a single declaration. For example: int age = 10; In this example, the variable named age would be defined as an integer and assigned the value of 10.
Similar questions