I cannot get ‘PASS’ for these two requirements:
-
You should add the element with atomic number
9
to your database. Its name isFluorine
, symbol isF
, mass is18.998
, melting point is-220
, boiling point is-188.1
, and it’s anonmetal
-
You should add the element with atomic number
10
to your database. Its name isNeon
, symbol isNe
, mass is20.18
, melting point is-248.6
, boiling point is-246.1
, and it’s anonmetal
However, I have successfully added them into the database:
I have seen repeated posts for this bug. And I have tried their workarounds to changing the data types into ‘VARCHAR’ or ‘DECIMAL’.
But it still doesn’t work.
Does anyone still encounter the same issues?