Suppose $a$ is a random number between 0 and 1 and suppose $b$ is a random number $\in (0,1)$ also.
What is the expected value of $a^b$? (i.e. If I performed this operation $n$ times, what would be the average value obtained as $n \rightarrow \infty$?
Fix $b$, then the average value of $a^b$ is $\int_0^1 a^b da=1/(b+1)$.
Then the average value of $1/(b+1)$ is $\ln2$.
On the other hand, as Jano says in comments, I don't know whether the order of integration matters.