Recent content by polinkk1

  1. P

    MHB Vector Sizing Help: Solve Your Problem

    Hi! I have a homework problem that I'm stuck on. The question asks: My code is able to output the first three numbers in the vector, but it won't output the last one. This is what I have so far: #include <iostream> #include <vector> using namespace std; int main() { vector<int>...
Back
Top