Which of the following statements best describes the scope of a variable? Group of answer choices It determines where in your program you can access the variables you’ve defined. It determines whether you can access the variables you’ve defined by reference. It determines whether operations are performed on a local or global variable when the variables have the same name.