cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
A program in an Array
A program in an Array
Apr 24, 2012 at 7:49am UTC
AhmedOmairi
(1)
Someone help me program in C++ to read five elements in an Array known as Original[] and then store the elements in reverse order in another Array Reverse[]. Display the content of both the arrays
Eg Original[]
9 3 15 28 6
Reverse[]
6 28 15 3 9
Last edited on
Apr 24, 2012 at 7:50am UTC
Apr 24, 2012 at 7:54am UTC
R0mai
(730)
http://cplusplus.com/forum/beginner/1/#msg6680
Topic archived. No new replies allowed.