Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Write a program, read 10 integers from the keyboard and store them in integer array A, and then output 10 digits in reverse order.
Write a program, read 10 integers from the keyboard and store them in integer array A, and then output 10 digits in reverse order.
I made it up in c++, I hope it will help you! Note: The following statement must be entered in English! ! # include & ltiostream.h & gtmian(){ int a[ 10]; Cout & lt& lt "Please enter ten integers"; for(int I = 0; I< 10; i++){ cout & lt; & lt "Please enter the first one"