Example Solution:

Object References, and Arrays (Periodic Table Assignment)

(Console version)

  1. The provided files are (obviously) C#, and (less obviously:) ) they were built using the Visual Studio 2005 product. If you have an older version of Visual Studio (or are using Mono), you probaby won't be able to open the Solution (.SLN) file. If this is the case, in order to build this, you'll need to add all the .CS files to a new project, and then everything should compile & run just fine.
    1. Other than the System.Random, and System.Console classes, this program uses no other classes, so this *should* be good to go on VS 2003, and Mono ; it hasn't been tested on those systems, though.