How to declare and initialize a variable?
Answers
Answered by
1
Answer:
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.
Answered by
2
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