User: hayfrend

  • Public profile

User profile: hayfrend

User info
User name:hayfrend
History
Joined:
Number of posts:5
Latest posts:

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 plz
I 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 numerals
It 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