0% found this document useful (0 votes)
14 views5 pages

Homework 8: Function Errors & Outputs

The document outlines homework tasks including identifying errors in functions, determining outputs from given code, and writing functions to find minimum values in integer and floating-point arrays. It also instructs students to name their homework files appropriately and submit them via email by a specified deadline. Additionally, it asks students to analyze a recursive function's purpose.

Uploaded by

sankurprasad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views5 pages

Homework 8: Function Errors & Outputs

The document outlines homework tasks including identifying errors in functions, determining outputs from given code, and writing functions to find minimum values in integer and floating-point arrays. It also instructs students to name their homework files appropriately and submit them via email by a specified deadline. Additionally, it asks students to analyze a recursive function's purpose.

Uploaded by

sankurprasad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

HOMEWORK

56
Homework 8
• 1. Identify the errors of the following functions:
Homework 8
• 2. What is the output from the following?
Homework 8
• 3. What is the output
from the following?
Name the homewok file as
“Homework8_YourID_YourName". If there are multiple files,
Homework 8 compress them into a single zip file.
Send the file to yzhni053024@[Link] no later than
Oct. 19.
• 4. (a) Write a function to return the minimum value in
an integer array. (b) Overload the function in (a) with a
function to return the minimum value in a floating-
point array.
• 5. What does this recursive function do?

You might also like