예제 #1
0
    //Key Randomizer//

    void putKey()
    {
        tmp = this.keyarray.returnKey(range[day - 1]);
        tmp.displayKey();
    }