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