this is the program: i am attching screenshot of the error
#include<iostream>
int main() {
int x[]= {23,4,66,83,45,65,78,8900};
for(int i =0;i < std::size(x); i++){
std::cout<<"Number "<<i<<" "<<x[i]<<std::endl;
}
}
a solution for this error