Computer Science, asked by amiablehemant6567, 9 months ago

Algorithm and flowchart for generating prime numbers

Answers

Answered by Anonymous
1

hi mate

here's your answer

Detailed Algorithm:

Step 1: Input N & M

Step 2: While (N < M)

I=2

Step 4: While (I<N)

Step 5: IF N%I == 0

goto Step 7

Step 6: I++

Step 7: IF I==NUM

Print NUM

Step 7: N++

hope this helps you

please mark me as brainlist

Attachments:
Similar questions