0 LIKES LikeUnLike
include <iostream> using namespace std;int main(){ int x[10]; int i; cout << "Type in your 10 numbers" << endl; for (i=0; i<10; i++) cin >> x[i]; while (x != 0) ++i; --i; cout << endl;cout << "The Numbers reversed are:" << endl << endl; while (x != 0) { cout << x; --i; } cout << x; cout << endl; return 0;}What's wrong with my program it will not Display the reverse intergers.? Please Help
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 3 answers.