Help with some if statementsOK let me know if this works... [code] #include <iostream> #include <cmath> using namespace std; i...
Help with some if statementsAt the top hit Build->Rebuild Solution
Help with some if statementsHello, I have tested out your program with those values [quote].001 and .002[/quote] and the console...
Adding a string to an array's indexTo place a "*" at nth index you use the assignment operator: [code]a[n] = "*"[/code]. What you have ...
Help with some if statementsThe if statement [code]if (abs(val1 - val2) < 1.0 / 100.0)[/code] does work. Are you sure you're pro...