9 задача от домащно-C++ Programming
Някаква идея или жокер за тази задача. С другите 9 някак се оправих, но на тази даже не разбирам условието.
9.Write a bool function that tests the function from task 8 with different values. It should call the function from 8 for a value and check the result against the expected answer. Make the function check at least 10 numbers of different length and return true if all were correct or false if any of them was wrong. Call that this checking function from main() and print it’s result
8.Write a function that reverses the digits of given positive decimal number. Example: 256 à 652
Благодаря за съпорта,
Разбирам, че в главната функция, в самия код статично въвеждам минимум 10 числа. Те са с различна дължина, на които функцията от 8 задача ще обърне цифрите в обратен ред. След това статично в кода трябва да вкарам очаквания резултат и да ги сравня чрез булева функция ?