Fill This Form To Receive Instant Help
Homework answers / question archive / We need screenshot of the output with the assignment requirment attached as a file
We need screenshot of the output with the assignment requirment attached as a file.
Recursive Procedure
1 Objective
¢ Implement and call recursive procedures.
2 Finding the Maximum Value in an Array
Initialize an array of double-word in the data segment of your program. Implement a
recursive function that finds the maximum value in the array.
Your program must print the maximum at the end using printf.
3 Whatto Submit
«© Submit your source code in ass file.
«= Non-recursive solutions will receive 20% of credit.
= If your code does not assemble, you will receive 0.
Make sure your program run to earn partial credit.
« Submit a file that contains the recursive algorithm you used to find the maximum in
pseudo code, C, or Java.