Question: Intro to C++ INSTRUCTION : Here below is the code I added. I definitely made a mistake. could you tell me what I missed?? #include

Intro to C++

INSTRUCTION : Intro to C++ INSTRUCTION : Here below is the code I added.

Here below is the code I added. I definitely made a mistake. could you tell me what I missed??

#include #include using namespace std;

int main() { int a[20] , n i= 0 ; cout> n; while(n != 0) { a[i] = n; i++; cout> n; } int total = 0; for(int j=0;j

ERROR :

I definitely made a mistake. could you tell me what I missed??

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!