Question: 2. Write a pseudo code of a while-loop to find the sum of all multiples of 3 between x and y inclusively. You can assume
2. Write a pseudo code of a while-loop to find the sum of all multiples of 3 between x and y inclusively. You can assume that x y. For example, if x = 4 and y = 12, then your pseudo code should output 27 (which equals to 6 + 9 + 12).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
