basic cashier program for c++After you have the user input the 'i' value, you need to calculate the [code]VatableAmount[/code] ...
Add Movable Player to MapWell are you familiar with using a "keyListener"? I think that's something you should familiarize y...
ArraysIn your calcMedian function, the if-statement for an odd-sized array needs to be slightly altered. ...
Problem with reading into a double When you enter [code]2,3[/code], are you saying [code]val1 = 2[/code] and [code]val2 = 3[/code]? If ...
adding two dice - functionsLike Ispil said... Throw in some return statements in your "if"-statements and return that value to ...
This user does not accept Private Messages