Write acompleteprogram that will do the following in C++
a.Declare an integer vector without specifying any size.
b.Insert the values 5,10,15, 8, 4 into the vector
c.Multiply the elements of vector using a for loop.
d.Print the product of all the elements of the vector.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here