Răspuns:
1.
integer a,b,c
read a,b,c
if a%2=0 then write "a este par"
else write "a nu este par"
inchide if
if b%2=0 then write "b este par"
else write "b nu este par"
inchide if
if c%2=0 then write "c este par"
else write "c nu este par"
inchide if
2.
integer v
read v
if 61<=v<=80 then write "AMENDA"
else if v>80 then write "CARNET SUSPENDAT"
else if v<=60 then write "FARA SANCTIUNE"
inchide if
la 3 nu inteleg ce scrie