+ 1
I need a task based on loops topic
to develop my skills
5 Antworten
+ 3
Example:
1. Find all even numbers less than 500 using loop.
2. Find all odd numbers less than 500 using loop.
3. Find all prime numbers less than 500 using loop.
+ 2
Even number can be divided by 2 without remainder.
Use for loop then use if-else statements😉
+ 1
i need hints
+ 1
by using for loop multiplications
+ 1
we can get even num