algorithm begin var x : int; repeat write('entrer une valeur'); if x > 20 then write('Plus petit!!') else if x< 10 then write('plus Grand!!); until (x>10 and x<20) END.