Consider all $n$ by $n$ matrices whose elements are real values in $[0,1]$. Now for a given $n$, consider all those matrices with maximum determinant.
Are all the elements of these matrices always either exactly $0$ or $1$?
From numerical experiments this seems to be the case but I don't see how to prove it.
A very nice counterexample was given to my question as I didn't phrase it correctly. It should have been:
Can the maximum determinant always be reached by a matrix with only $1$ and $0$ entries?
Well, the answer is negative, at least in the $2\times2$ case. Counterexample: $A=\pmatrix{1& x\\ 0&1}$ for any $0<x<1$.