haha i know how you feel

what you need to do is figure out a way to make digit and number equal, right now nothing is being entered,

I tried
Code:
    
string digit;
int number;
cin >> digit >> number;
But that means you have to enter the number 2 times, but if you do, it works.