может кто сделать небольшой code review в рамках того что используется в этом коде? Он вроде достаточно простой, но всё же. В книге нет примеров, как можно выполнить дополнительные задания :[ Задача была: Exercise 6.3.4. Finally, extend support for the hundreds digits, so that values from 1 to 999 can be handled. If you’re really ambitious, you can even revise the program so it handles numbers all the way up to 999,999!
может кто сделать небольшой code review в рамках того что используется в этом коде? Он вроде достаточно простой, но всё же. В книге нет примеров, как можно выполнить дополнительные задания :[ Задача была: Exercise 6.3.4. Finally, extend support for the hundreds digits, so that values from 1 to 999 can be handled. If you’re really ambitious, you can even revise the program so it handles numbers all the way up to 999,999!
As a result, array_name is created as an array of the specified size. Each element of the array has the indicated type. The elements of the array range from array_ name[0] to array_name[size-1]
может кто сделать небольшой code review в рамках того что используется в этом коде? Он вроде достаточно простой, но всё же. В книге нет примеров, как можно выполнить дополнительные задания :[ Задача была: Exercise 6.3.4. Finally, extend support for the hundreds digits, so that values from 1 to 999 can be handled. If you’re really ambitious, you can even revise the program so it handles numbers all the way up to 999,999!