We’ll say that 42ish number is a coined term if it is a positive integer, we’ll say..
The number 42 occurs inside n (a digit 4 immediately followed by 2)
It has exactly one digit which is a 4
It has exactly one digit which is a 2
1421 is a 42ish number because 42 occurs at the middle of the number. 242 is not a 42ish number because there are two digits that are a 2.
writ e a function is42ish(n): which takes a positive integer and returns true if it is a 42ish number and false if it is not. You can write any additional helper functions.