Page 1 of 1

Write a function sums2 that calculates and returns the sum of 1 to n in steps of 2, where n is an argument passed to the

Posted: Mon Jun 06, 2022 12:48 pm
by answerhappygod
Write a function sums2 that calculates and returns the sum of 1
to n in steps of 2, where n is an argument passed to the
function (scalar)