Problema urmatoare este enuntata pe site-ul www.programmr.com si
face apel la notiunile de functie, string, tablou, instructiuni de decizie si
ciclare.
Enuntul:
If a negative number with even digits other than 0 is passed to the method, the result should also be negative.
Leading zeros in the result should be ignored and if there are no
even digits other than 0 in the number, the method should return 0."
Rezolvarea propusa in codul urmator face abstractie de functiile
accesibile in manipularea sirurilor se caractere. De pilda, lungimea stringului
in care sunt stocate cifrele si eventualul semn al numarului introdus de la
tastatura se determina intr-o bucla while si nu cu strlen().