0
write a program to check whether the given number is prime or not using for loop
if you are a pro then do it
2 Antworten
+ 1
Primality test, a classic. Here you go:
https://code.sololearn.com/cWlQ6WzcAT1g
0
is it possible using for loop or not
if you are a pro then do it