OK, long story short I'm programming a calculator for Chemistry uses and i need to know the best way of storing mass amounts of data. The data being stored is the physical and chemical traits of the 110 or so elements. I've never built a database before, nor have i programmed anything to read from them. So my quesitons withstands what is the best way of storing mass amounts of data to be read by a program.
Ah, like a database. That would probably be easiest. You can look into something like MySQL or something like that for a database. It has about the same structure as a class like above but it stores everything via text in an .sql file.