Also, you might consider using the lines :

if(option <= 10 && option >= 1)
cout<<"The score is "<<judge<<endl;
else
cout<<"Invalid Entry.";
instead of the entire switch...