Tic Tac ToeI quickly made a tic tac toe program that works fine (some error handling isn't present but I'll put...
Need help with SIMPLE program for my classLike Peter87 said, you're trying to use a variable in your area calculation before you establish wha...
I cannot get the correct inputs.Ok, some of this syntax doesn't make sense, let's make this program a little clearer: [code] #inclu...
Trying to implement merge sort algorithmI'm trying to implement a merge sort function and I'm getting a compiler error that says "no match f...
Trouble with if-else statementsYour else isn't supposed to use a condition. What you're trying to say is that if hours worked is l...
This user does not accept Private Messages