Skip to content

Commit 693b1fe

Browse files
committed
bug fix: wrong translation
1 parent efc9c9a commit 693b1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Content/Chapter-7-2-complex-loops-exam-problems/magic-combination/magic-combination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Problem: Magic Numbers
22

3-
Write a program that enters a single integer **magic** number and produces all possible **6-digit numbers** for which the output of their digits is equal to the magical number.
3+
Write a program that enters a single integer **magic** number and produces all possible **6-digit numbers** for which the product of their digits is equal to the magical number.
44

55
Example: "Magic number" → 2
66
- 111112 → 1 \* 1 \* 1 \* 1 \* 1 \* 2 = 2

0 commit comments

Comments
 (0)