Project Euler 8 - Largest Product in a Series
Project Euler 8 - Largest Product in a Series
Official link: https://projecteuler.net/problem=8
Official link: https://projecteuler.net/problem=8
Go through the big number and use a modified digit sum function to calculate the digit product of each 13 digit number, only need to do 986 iterations
Input an integer (yourinput)
Code will output the largest digit product of length yourinput