Help with an assignmentI actually figured it out. I needed a - instead of + with the x statements and a * instead of a /. T...
Help with an assignmentExcept this is an intro class and he wants us to only use what we've already learned (we're not supp...
Help with an assignmentcout << "Now give me a base 2 integer between 0 and 11111: "; int x; cin >> x; int l = 0; //...