The Node Class

      09         A   B   C   D   E   F   G   H   I

Create a new tab named Node
The Node class will contain 3 parts

class Node {

    // Fields

    // Constructor

    // Methods

} //class Node