Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C++ Create two arrays of strings called: ForwardNames, BackwardNames. Initialize forwardorderNames with: Fred, Tuyet, Annie, Moe, Ria, Luke, Jim, May, Rex, Omar Use two
In C++
Create two arrays of strings called: ForwardNames, BackwardNames. Initialize forwardorderNames with: "Fred", "Tuyet", "Annie", "Moe", "Ria", "Luke", "Jim", "May", "Rex", "Omar" Use two for loops, to copy each element in the forwardOrderNames array into the reverse order reverseOrderNames array in reverse order .. Print out the names in the forwardOrderNames array. 0 to 9 index show order listed above Print out the names in the reverseOrderNames array. 0 to 9 index show reverse order listed above. Hint: Set up a revere read the index (9 to O) in a for loop of an arrayStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started