Computer Science, asked by satyentailor71, 3 months ago

Select the correct variable declaration 1. po
from options given below. *
variable int;
O O O
int variable;
float int variable,
O integer variable;​

Answers

Answered by harmanpsingh61
0

Answer:

O Integer Variable.

Explanation:

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.

That's your answer.

Similar questions