User profile: lilmurf

User info
User name:lilmurf
Name:Mackenzie
Location:UCLA
Bio:I'm in a programming class and figured I'd make an account here in case I need help.
History
Joined:
Number of posts:3
Latest posts:

Help with an assignment
I actually figured it out. I needed a - instead of + with the x statements and a * instead of a /. T...

Help with an assignment
Except this is an intro class and he wants us to only use what we've already learned (we're not supp...

Help with an assignment
cout << "Now give me a base 2 integer between 0 and 11111: "; int x; cin >> x; int l = 0; //...