Question: ELET 3750 Embedded C Programming Assignment 3 - arrays Use the IDE of your choice: Eclipse, Pelles C, CodeWarrior, etc. For each problem, paste your
ELET 3750 Embedded C Programming Assignment 3 - arrays Use the IDE of your choice: Eclipse, Pelles C, CodeWarrior, etc. For each problem, paste your code and a screen shot that verifies the program worked into a Word document. Email me the Word document Problem 4a-50 points Write a program to: declare and initialize an array called nums that holds digits 0 through 9 declare a second array called reverse with 10 elements double each array element in array nums copy the data from the first array to a second array, but reverse the contents . Problem 4b-50 points Write a program to: .find the highest grade in a list of grades calculate the difference between this grade and 100 use this value to curve all grades so that the maximum is 100 .Test your program on the following data 55 62 68 74 59 45 41 58 60 67 65 78 82 88 91
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
