Write pseudocode to calculate the SUM of consecutive integer
Write pseudocode to calculate the SUM of consecutive integers from the lowest, L, through the highest, H, but without exceeding 100. If 100 would be exceeded, then let SUM reach as high as possible a value without exceeding 100. Let L and H be provided by the user.
Solution
Pseudocode to calculate the SUM of consecutive integers from the lowest, L, through the highest, H, but without exceeding 100------------>
