what is a variable number if its not assigned code example
Example: In what order do you put the words when you are declaring a new variable?
[access modifier] [data type] [variable name] [variable value]
private float speed = 10.0f;
[access modifier] [data type] [variable name] [variable value]
private float speed = 10.0f;