va rooooog cu ajutorul instructiunii if scrieti un program care transforma numerele zecimale 1,5,10,50,100,500 si 1000 citite de la tastatura in cifre romane
alegi o varibil de ex "nr" si pui instructiunea if nr=1 then Writeln(I); If nr=5 then Writeln(V); if nr=10 then Writeln(X); if nr=50 then Writeln(L); si tot asa..