C++ Help with if else if statement please!You are making this way too complicated. all you really need is: if(sales <=2000) commission =...
C++ Help with if else if statement please!More often than not when you get negative numbers it means your variable type ran out of room and lo...
How To Terminate A Program If A Condition Is Not Met?Since you are limited to if else statements I would do the following: declare variables char getIn...
Simple "cout " i cant fix :( help plzI ran your code and figured out your problem. first you need to set your int variable f to a defaul...
Error in converting numbers to roman numeralsIt looks like on line 14 you have a comma where you should have a semi-colon in your for loop: You ...
This user does not accept Private Messages