faithobiechi6 faithobiechi6 25-05-2023 Computers and Technology contestada Which of the following series will be printed by the given pseudocode? Integer a, b, c Set b = 4, c = 5 for (each a from 2 to 4) print c b = b - 1 c = c + b end for A 58 10 B C 136 89 10 369