siopk

0 Reputation

2 Badges

12 years, 201 days

MaplePrimes Activity


These are questions asked by siopk


Recursive algorithm for finding the sum of the first n odd positive integers.

 procedure   odd_sum n: positive integer )

    if   n = 1   then   return   1

    else   return   

Page 1 of 1