program not adding right...please helpYour problem is that for some reason your loop happens 13 times instead of 12 it is supposed to, so ...
help with linear regression analysisWell about number 1 can you ask the user how many data points are there? because if not can you use ...
How to store something in an array instead of displaying it?It would be something like this... [code]int MyArray[10]; int a = 0; void Factorize(unsigned u) { ...
help with homework assignmentI actually meant that when you get the value of x immediately create the other variable something li...
if else statement troubleTry changing the condition to [code]else if ( userveh == "T")[/code] if that doesn't work I will try...