I'm very new to coding and haven't done any for over a year now. Hopefully someone can give me an example and lead me to the right direction because right now I'm lost on where to begin on being able to satisfy these conditions:
User inputs a number and if it satisfy's all 7 conditions it's a 'very odd number'.
(1) it's an odd number
(2) it has an odd number of digits
(3) all of its digits are odd numbers
(4) the sum of its digits is an odd number
(5) the product of its digits is an odd number
(6) all digits comprising the sum of its digits are odd numbers
(7) all digits comprising the product of its digits are odd numbers
(I have the strings and ints)