Lets Code Everyday - Day 9
Hello there ๐, enthusiasts.
Welcome to another day of learning.
Question - 9 :
Subtract the Product and Sum of Digits of an Integer
Example 1:
Input: n = 234
Output: 15
Explanation:
Product of digits = 2 * 3 * 4 = 24
Sum of digits = 2 + 3 + 4 = 9...
vinayrangaraju.hashnode.dev4 min read