User Profile
Collapse
-
how do I do this I am new to C++ and am having a hard time with it the code I gave was givne to me to fix errors and these two are the ones that I could not figure out. -
error message
im haveing problems with the following piece of code
in getting an error durring compilling which says
error c2065; 'arraySize' : undeclared identifier line 54
error c2065: 'anArray' : undeclared identifer line 55
(Shown underlined and in Itilacs in the code
[code=c]
#include <iostream>
using namespace std;
int sum(int [], int);
int countNmbrsBigge r(int [], int,...
No activity results to display
Show More
Leave a comment: