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)

Oset the vanatile to a beginning value

Oset the vanable to an ending value

allow the user to input the vanable's value

create a literal value

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