Losing data while using functionsThis program takes in 4 ints and calculates sum, average, and product using functions. My issues is ...
Triangle using for loopLike this?? [code] #include <cstdlib> #include <iostream> #include <iomanip> using namespace std; ...
Triangle using for loopYea, I only changed the variable space. [code] #include <iostream> #include <iomanip> using namespa...
Triangle using for loopI understand what you mean, but when I changed it to space = 2*num-1 it gave me this ----1 -1-2 -1...
Triangle using for loopI am currently trying to get my code to do this. If user enters 3: ----1 //Space...
This user does not accept Private Messages