Ying sends a program to a colleague for help in debugging it. The following message is returned: “You forgot to initialize the variable for the number of attempts.” How should this problem be fixed?

(1 point)
Responses

set the variable to a beginning value

set the variable to a beginning value

set the variable to an ending value

set the variable to an ending value

allow the user to input the variable’s value

allow the user to input the variable’s value

create a literal value

The problem should be fixed by setting the variable to a beginning value.