#include using namespace std; int main() { int i, x; int number[10]={36, 81, 45, 17, 69, 3, 23, 92, 70, 54}; while (1) { i = 0; while ( ____________________ ) { cout << ____________________ << ", "; ____________________ ; } cout << endl << endl; cout << "Array index = "; cin >> i; while ((____________) || (____________)) { cout << "Array index = "; cin >> i; } cout << "Reset value = "; cin >> x; cout << endl; ____________________ ; } return 0; }