Solving some problems
-
Project Euler 2:
- Refer Here for the problem statement
- Refer Here for the solution
-
Find whether the number is prime or not
- a number is prime when it is not divisible by any numbers apart from 1 and itself
- Refer Here for the prime number with flag
- Refer Here for the while else to solve the prime number