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 : 
Here below is the code I added. I definitely made a mistake. could you tell me what I missed??
#include
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 :

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
