Syntax to declare variables num1 and num2
Answers
Answered by
0
Answer:
Explanation:
dataType variableName = initialValue ; This declares a variable, declares its data type, reserves memory for it, and puts an initial value into that memory. The initial value must be of the correct data type.
Similar questions
Hindi,
3 months ago
Chemistry,
3 months ago
English,
3 months ago
Social Sciences,
7 months ago
English,
1 year ago
Computer Science,
1 year ago