A quack is an abstract data type that is part queue and part stack. Specifically, a quack supports the following operations: • Push(x) takes a value x and puts it at the "top" of the stack;
A) True
B) False