Answer:
The correct answer is:
Option 1: num1
Step-by-step explanation:
Certain rules are used in programming languages to declare variables.
Some examples are:
- No spaces between variable name
- No special characters
- No start with number
In the given question, 6 variables have to be declared. Out of all the given options, num1 is a suitable variable name as the other variables can be named as num2, num3....
Hence,
The correct answer is:
Option 1: num1