"Fibonacci Sequence V"

Given the first few Fibonacci numbers:

1 1 2 3 5 8 13 21 ...

How many odd digits (1, 3, 5, 7 or 9) are contained in the 1000th Fibonacci number?

Note: solve problem 25 first.


as the challenge suggests, modify chall 25 code to solve this, should be fairly trivial.

Awnser:

Source: