You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Content/Chapter-7-2-complex-loops-exam-problems/magic-combination/magic-combination.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Problem: Magic Numbers
2
2
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.
0 commit comments