Computer Science, asked by inbasagar71, 3 days ago

define variable and its naming rule?

Answers

Answered by SilenceGirl
0

Answer:

variable can have a short name (like x and y) or a more descriptive name (age, price, carname, etc.). Go variable naming rules: A variable name must start with a letter or an underscore character (_) A variable name cannot start with a digit.

Thnks

like if I'm correct ✔

Similar questions