Vectors- storing integers and calculating mean[code]#include <iostream> #include <vector> #include <cmath> #include <iterator> using namespace st...
Vectors- storing integers and calculating mean[code] flip1 ~/labs/lab10 164% ./vectors How many integers do you want in the vector? 4 Enter intege...
Vectors- storing integers and calculating meanThat was it. I was messing around while watching some youtube video examples and forgot I had that t...
Vectors- storing integers and calculating meanIt compiles. But average is a 0. This is exactly the same code that works when I do it with arrays w...
Vectors- storing integers and calculating meanI am trying to store integers in a vector. The integers will be provided by the user. I cannot get t...
This user does not accept Private Messages