photo

MD.MAINUL ISLAM


Last seen: ongeveer 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


why if else condition is not working inside for loop
var n=25; for(i=2;i<n;i++){ if(n%i==0){ console.log('this is not prime'); } else{ co...

ongeveer 4 jaar ago | 2 answers | 0

2

answers