Agenda 10/5 1. Examples with vs2003. a. Remove System.Collections.Generic if present. 2. Data Types a. Numeric types byte 8-bit unsigned int short 16-bit signed integer int 32-bit signed integer long 64-bit signed integer sbyte 8-bit signed integer ushort 16-bit unsigned integer uint 32-bit unsigned integer ulong 64-bit unsigned integer float 32-bit real number double 64-bit real number decimal 128-bit real number b. Data type functionality Equals Determines whether two instances are equal GetHashCode Serves as a hash function for a particular type GetType Returns the type object for the current instance ToString Returns a human-readable for of the object c. Built-in functions for primitives CompareTo: Returns a int indicating a lexical relationship Equals: Determines of two Object instances are equal GetHashCode: Returns a hash code for use in hashing algorithms GetType: Gets the type of the current instance GetTypeCode: Gets the underlying type code of the specified type ToString: Returns a string that represents the current object d. Run DataTypes example 3. Strings a. Run example that show string declarations and manipulations b. Point out Parsing regular expressions in example 4. Arrays a. Array declaration b. 2D Arrays c. Jagged arrays d. Regular expressions 5. 7:45 In Class Quiz (open books and open notes)