Calculate monthly payment for a loanHello I need help creating a c++ program using functions, that calculates monthly payment for a loan...
Loop output slight errorOhh I figured it out, thanks for the help sir
Loop output slight errorAnd I haven't heard of edge cases
Loop output slight errorIt works but the last value won't be added to the sum, the sum of the output is 190 instead of 210
Loop output slight errorHello I have a slight error in my code [code] int sum=0, lastValue, num=1; cout <<"Enter a nu...