Home /
Expert Answers /
Computer Science /
solve-this-in-python-math-challenge-have-the-function-mathchallenge-num-take-the-num-parameter-b-pa557
(Solved): Solve this in PYTHON
Math Challenge Have the function MathChallenge (num) take the num parameter b ...
Solve this in PYTHON
Math Challenge Have the function MathChallenge (num) take the num parameter being passed and determine the largest double digit number within the whole number. For example: if \( \Omega \) is \( \mathbf{4 7 5 9 4 7 2} \) then your program should return 94 because that is the largest double digit number. The input will always contain at least two positive digits. Examples Input: 453857 Output: 85 Input: 363223311 Output: 63