Probleme rezolvate PbInfo - Funcții care întorc valori prin parametri — Programare C++ (42)

Solutions to problems on PbInfo.ro: https://infoas.ro/rezolvari-pbinfo Free computer science problems and lessons: https://infoas.ro ℹ About this video In particular, in this episode we solve a series of problems from the PbInfo website: #906 SumaCifre (https://www.pbinfo.ro/probleme/906/su...) - Write a C++ function that determines the sum of even digits and the sum of odd digits for a natural number passed as a parameter. The function will return the results via output parameters. #17 Sum of divisors 2 (https://www.pbinfo.ro/probleme/17/sum...) - Write a C++ function that determines the sum of divisors of a natural number passed as a parameter. The function returns the result via an output parameter. #23 Oglindit1 (https://www.pbinfo.ro/probleme/23/ogl...) - Write a C++ function that determines the mirror of a natural number passed as a parameter. The function will return the result via an output parameter. #894 CifMinMax (https://www.pbinfo.ro/probleme/894/ci...) - Write a C++ function that determines the largest and smallest digit of a natural number passed as a parameter. The function will return the results via output parameters. Without a doubt, computer science is the industry of the future. In this series we approach the computer science curriculum in C++, with the help of which you can get a 10 on tests or the baccalaureate! If you want to prepare yourself further, we recommend the following problems (which have clear instructions in case you can't figure it out): Smallest prime function (https://infoas.ro/problema/functie-pr...) Multiple display function (https://infoas.ro/problema/functie-af...) Number of digits 2 function (https://infoas.ro/problema/functie-nu...) 💬 Contact Do you have any questions? Leave a comment or write to us at https://infoas.ro/contact!