- AYou can use var to declare local variables for declarations of for loop counters
- BYou can declare a variable wherever statements can be provided.
- CYou can declare a variable after the variable is used.
- DYou can declare variables in smaller scopes, outside which the variables can’t be referenced.
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %