Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

given the code below can you tell me why vector vec_size shows up as an error in my code #include #include using namespace std; int

given the code below can you tell me why vector vec_size shows up as an error in my code

#include #include using namespace std; int main() { //declare variables int size, total, avg; cout<<"How many numbers are we calculating?:"<>size; vector vec_size(size); cout<<"Enter the numbers you wish to calculate:"<>vec_size[i]; } //calculating the total and mean total = 0; for(int i=0;i

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions

Question

2. Why has the conflict escalated?

Answered: 1 week ago

Question

1. What might have led to the misinformation?

Answered: 1 week ago