Intro Week 6

esse quam videri
Revision as of 03:09, 2 March 2010 by Jeff (talk | contribs) (Struct)
Jump to: navigation, search

Review Arrays

Multidimensional Arrays

Struct

Structures -struct are composed of several pieces of data that can be of different types.

<csharp> struct student { public int oasis id; public string name; public double GPA; } </csharp> <csharp> struct player { public int playerID; public string playerName; public difficulty playerLevel; } </csharp>

In class demo coins
Quarter class
*Mint
*Year
Coin class
*Mint
*Year
*Value