Computer Science, asked by biratiminji75, 4 months ago

declare two variables a and b of int type​

Answers

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