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
Math,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
English,
10 months ago
Computer Science,
10 months ago
Math,
10 months ago