MATH 160 Spring 2025
Introduction to Discrete Mathematics
Archived Class
Charles Cusack
Math & Stats
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 125
CSCI 255
Others

Admin

Homework 21

Details

PointsProblemComments/details
57.11cSolve it using one technique. The next assignment will ask you to use 2 techniques!
5that→Give a simple recursive algorithm int arraySum(int []a, int n) that computes the sum of all of the elements of an array of size n. You may not use a loop!