*** Problem 3, Module 7, ETEC128 *************************************************************************** Last name:

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

*** Problem 3, Module 7, ETEC128 *************************************************************************** Last name:

Post by answerhappygod »

*** Problem 3, Module 7, ETEC128
***************************************************************************
Lastname: Firstname: ID: Sec:
***************************************************************************
The name, ID and section number that appear at the beginning ofthe
output of the program should be your own, not the ones used inthe sample
Arrays:
Write a program in C to read 3 number of values in an array anddisplay it in reverse order.
Test Data
Input 3 number of elements in the array :
element - 0 : 2
element - 1 : 5
element - 2 : 7
--- Your output should be like this (with your own ID andname): --------
***********************************************************************
My name: Smith,Peter My ID: 300999999 My section: 61
***********************************************************************
Input 3 number of elements in the array :
2
5
7
The values store into the array are :
2 5 7
The values store into the array in reverse are :
7 5 2
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply