When having multiple constructors the compiler can only tell the difference by the parameters, since both constructors use only a single int the compiler cannot tell the difference and throws an...