Как исправить ош
`#include <stdio.h>
#include <iostream>
#include <math.h>
#include <ctime>
using namespace std;
int main() {
srand(time(NULL));
const int SIZE = 9;
int hon[SIZE];
for (int i = 0; i <= SIZE; i++) {
hon[i] = rand() % 10;
cout << hon[i] << endl;
}
return 0;
}
Как исправить ошибку?Перезапускаю студию создаю новие проекти тоже самое.