User profile: sandrorb

User info
User name:sandrorb
Name:Sandro Boschetti
Location:Belo Horizonte - MG
Website:http://www.bfisica.com.br
Bio:Nuclear medicine physicist
Radioprotection supervisor
Java developer
History
Joined:
Number of posts:12
Latest posts:

Need help writing c++ with using recursion (intro c++) Attempt inside.
I put a if conditional to work the nine digit around. Please, test it! int evenUp (int number) { ...

Need help writing c++ with using recursion (intro c++) Attempt inside.
What recursive function? That one by sam0617? I suppose the only thing wrong with that function is h...

Need help writing c++ with using recursion (intro c++) Attempt inside.
Even though you have said recursion is mandatory, just for a sake of curiosity, I post this code bel...

Need help writing c++ with using recursion (intro c++) Attempt inside.
In your algorithm if you enter a number like 1929 the result is 3030. Is the correct? I guess you sh...

Need help writing c++ with using recursion (intro c++) Attempt inside.
Don't you think you should change (number % 2 != 0) to number % 2 == 0)?

This user does not accept Private Messages