Computer Science, asked by lakshyavr1820074, 3 months ago

declare variable i of type integer and initialize it with the 25​

Answers

Answered by mamtabadhan89
0

Answer:

25 type of the integer and initalize variable

Answered by Sly01
5

Variables can store strings of text and numbers. When you declare a variable, you should also initialize it. Two types of variable initialization exist: explicit and implicit. Variables are explicitly initialized if they are assigned a value in the declaration statement.

Similar questions