PSEUDOCODE OF "ALL PRIME NUMBERS FROM 2 TO N"

I’ve made the FLOW CHART for the same but I am not bale to convert the same into PSEUDOCODE FORMAT.

hello @gopsss12
it should be like this.

read n
iterate from i = { 2 to n } 
       if  i is prime 
               print i