Prime Sieve Eratosthenes


for input 100 , why am in not getting correct output, plz help , i am unable to find bug

@akb.tech17 at line 22 of your code inside for loop you should increment j as j+i not as j+1,since next multiple will be j+i.