// PROBLEM 1 SOLVED: /* int odd_num_table () { int number; do { cout<<"Enter an uneven number bigger than 3 "<>number; }while(number%2==0 || number <= 3 ); for (int i=0;i 1 ) cout<<"x^"< 1 ) cout<<"y^"<>pow; if(pow == 0) { cout<<1<>start; cout<<"End:"; cin>>end; }while(abs(start-end) < 2); if(start>end) { swap = start; start = end; end = swap; } for(char i = start ; i <= end ; i++) { for(char j = start ; j <= end ; j++) { for(char k = start ; k <= end ; k++) { if((j-i) == (k-j)) cout<