Page not loading? Try clicking here.
Placeholder

#236

Function 3 - Formative Assessment 6 1s - MB

Problems

Receive three natural numbers, each consisting of three digits, as input. First, compute the product of these numbers, and then compute and print the product of all digits of the result except for zeros, using a recursive function.


Example

100 123 111
270

Source

자기주도C언어프로그래밍

You must sign in to write code.