Question: Write a program that adds the numbers from 1 to 15 that can be exactly divisible by 3 (Hint: while loop and Modulo operator might
Write a program that adds the numbers from 1 to 15 that can be exactly divisible by 3 (Hint: while loop and Modulo operator might be helpful. The sum you should get is 45)
**IN PYTHON**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
