Computer Science, asked by hafsanadeem019, 7 months ago

Write algorithm and flowchart to find if a number is prime or not

Answers

Answered by Anonymous
6

Answer:

please mark branlist answer

Explanation:

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++  

Flowchart:-

Attachments:
Similar questions