Question: Question 1 Question 2 Question 3 C++ Program only use array and loop and if/else condition.. don't use interception or vector because I am a

Question 1 Question 2 Question 3

C++ Program only use array and loop and if/else condition.. don't use interception or vector because I am a beginner so make program only beginner level. Please add comments and also add proper output message "what programmer should ask the user".

Question 1 Question 2 Question 3 C++ Program only use array and

# create an array with size 12. Copy the same array in reverse order and then show the updated array elements. First, you have to see how you will reverse the array elements. Please enter 12 numbers for array one 12 54 25 62 -10 95 23 45 11 9 16 34 Elements in array one after copying in reverse 34 16 9 11 45 23 95 -10 62 25 54 12 # create an array with size 12. Take another array of the same size, get input from the user for array one, copy first half of the array in forward direction and copy last half of the array in reverse direction in array two. Show array one and two at the end. Please enter 12 numbers for array one 12 54 25 62 -10 95 23 45 11 9 16 34 Elements in array one and two are 12 54 25 62 -10 95 23 45 11 9 16 34 12 54 25 62 -10 95 34 16 9 11 45 23 # create an array with size 12. Check whether this array is a palindrome or not. Palindrome means whether we see the elements from start to end or end to start if both are same then array is a palindrome. Please enter 12 numbers for array one 12 54 25 62 -10 95 23 45 11 25 16 12 Array elements from left to right 12 54 25 62 -10 95 23 45 11 25 16 12 Array elements from left to right 12 16 25 11 45 23 95 -10 62 25 54 12 Array is not a palindrome

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!