0
Please help with this code
Using any programming language of your choice, code the following and output into the console. 1. Write a program to find the sum of all prime numbers from 2 to 100 2. Find the sum of all integers between 0 and 100 that are divisibly by either 3 or 5
3 Answers
+ 1
Here is a solution for your first problem
https://code.sololearn.com/cdWUrW4Q48F2/?ref=app
0
Thanks guys.