Our orders are delivered strictly on time without delay
Paper Formatting
Double or single-spaced
1-inch margin
12 Font Arial or Times New Roman
300 words per page
No Lateness!
Our orders are delivered strictly on time without delay
Our Guarantees
Free Unlimited revisions
Guaranteed Privacy
Money Return guarantee
Plagiarism Free Writing
Integer
Write an ARM assembly program using KEIL IDE to a. Define one integer array A of size N (2 points) i. (Do this section manually not using code to calculate N) Where N is the highest digit in your last six digits of the student ID( 900 number) + lowest digit ( do not count 0) in your last six digits of the student ID (900 number). Example: If the student Id is 900541207, exclude 900 and take rest of the numbers for choosing highest and lowest digits excluding 0. 900 541207; N will be 7 + 1 =8 ii. No user entry required, assign values in array. b. Call a function "low" to find the smallest element in array A. (4 points). c. Call another function "high" to find the largest element in array A. (4 points). d. Check if the smallest number identified is even or odd (10 points) i. If the number is even store in a variable SE defined in the program e. Check if the largest number identified is even or odd (10 points) i. If the number is even store in a variable LE defined in the program