subject

Write a program to reverse a list of numbers in an array. In four steps: (a) Prompts the user for an integer, then asks the user to enter that many values.
(b) Store these values in an array and print the array.
(c) Then reverse the array elements so that the first element becomes the last element, the second element becomes the second to last element, and so on, with the old last element now first. Do not just reverse the order in which they are printed; actually change the way they are stored in the array. Do not create a second array; just arrange the elements within the array you have. (Hint: Swap elements that need to change places.)
(d) When the elements have been reversed, print the array again. Enter the number of elements in the array: 5 Enter the array elements (integers)... Enter element 1: 7 Enter element 2: 2 Enter element 3: 11 Enter element 4: 4 Enter element 5: 8 The array elements before reversing: 7 2 11 4 8 The array after reversing: 8 4 11 2 7

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:30
Asuccessful format string attack attempted to steal user account information by reading from unauthorized memory. answer the followings with proper explanation a)this attack will lead to violation of which security policies?
Answers: 2
question
Computers and Technology, 23.06.2019 04:00
Another name for addicting games.com
Answers: 1
question
Computers and Technology, 23.06.2019 10:00
Now, open this passage to read about fafsa requirements. describe the information you will need to provide in order to complete a fafsa. list at least three of the required documents you must include.
Answers: 3
question
Computers and Technology, 23.06.2019 12:30
What is the difference between the internet and the world wide web?
Answers: 1
You know the right answer?
Write a program to reverse a list of numbers in an array. In four steps: (a) Prompts the user for...
Questions
Questions on the website: 13722363