11. Assume that n is any integer with n > 12. Consider the sum 15+19+23+27+ ... + (An - 9) + (4n - 5) + (An - 1) (a) Exp
Posted: Sun May 15, 2022 12:15 pm
11. Assume that n is any integer with n > 12. Consider the sum 15+19+23+27+ ... + (An - 9) + (4n - 5) + (An - 1) (a) Express this sum using summation notation. (b) Use a "for" loop construction to write out an algorithm called SumOfCertain Integers in pseudocode that computes the sum for any integer n with > 12.