Need Help ASAP!Hey man check this code [code]#include <iostream> #include <string> #include <fstream> #include <cs...
trouble finding the minimum value in a arrayA small mistake here [code]for (num2 = 1; num2 < min; num2++)[/code] use MONTHS instead of min
Arrays, loops, I need helpfirst mistake wrong way of increment in [code]for (num = 0; num < 3;num+1)[/code] use this [code]...
Find a string in a stringIs it compulsory to use vector? If not then you can do it with string, as string has [code]str.find...
Array-Temperature CalculationsOn line 70, you used this [code]highSum = listTemp[i][0] + highSum;[/code] and on line 83, this ...
This user does not accept Private Messages