The sequence of Julia's savings are a geometric progression, which is a sequence that each term became greter by a constant factor. In this case, que question says that the amount saved doubles each day, starting from $0.01.
If we call a = 0.01 the first term and r = 2 the factor, we can obtain the sum of the amount saved using the formula of the sum of a geometric progression series, which is:

Where S is the sum and n is the number of term. We know a = 0.01, r = 2 and we want to know in which day (n) we get S = 1.00. Thus:

If we see the values of 2^n, we get, for n -> 1,2,3,4,5,6,7...:
2^n -> 2,4,8,16,32,64,128
Or, we can say:

This means that for n = 7, S will be greater than $1.00. We can test that by putting into the formula:

So, we can say that on the 7th day, Julia will first save an amount greater than $1.00.