Computer Science, asked by toobashoaib1234, 5 months ago

Syntax to declare variables num1 and num2


Answers

Answered by keyboardavro
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