"using xcode apple software " question is Assuming an array declared as: int numbers[SIZE];? i keep getitng error message im not sure what im doing wrong? #include using namespace std; const int...



"using xcode apple software "




question isAssuming an array declared as: int numbers[SIZE];?



i keep getitng error message im not sure what im doing wrong?



#include



using
namespace
std;



const
int
number[SIZE];



int
main()


{



int
i;



int
array[SIZE];




for(i=0;i <>


    printf("enter number %d",i);


        scanf("number , &array[i]");



    }




for(i = 0;i <>


    {


        printf("numbers %d is %d\n",i,array[i]);


    }



return
0;


}



Use of undeclared identifier 'SIZE'<br>Use of undeclared identifier 'SIZE'<br>Use of undeclared identifier 'SIZE'<br>Use of undeclared identifier 'SIZE'<br>

Extracted text: Use of undeclared identifier 'SIZE' Use of undeclared identifier 'SIZE' Use of undeclared identifier 'SIZE' Use of undeclared identifier 'SIZE'

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here