declare variable i of type integer and initialize it with the 25
Answers
Answered by
0
Answer:
25 type of the integer and initalize variable
Answered by
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