Create the MyStack class with following info: • Properties o stackValues, contain value of the stack • Methods o push(): Push a value to the stack o pop(): Pop a value out from the stack o get(): Get a value from the stack
Create the MyStack class with following info:• Propertieso stackValues, contain value of the stack• Methodso push(): Push a value to the stacko pop(): Pop a value out from the stacko get(): Get a value from the stack
Tạo lớp MyStack với thông tin sau đây: • Thuộc tính o stackValues, chứa giá trị của stack • Phương pháp o push (): Đẩy một giá trị vào stack o pop (): Pop một giá trị ra từ stack o get (): Lấy một giá trị từ stack