void queue_sort_price(queue Q0) { queue Q1, Q2; Inventory item0, item1; Q1.push(Q0.front()); Q0.pop(); while(!Q0.empty()) { item0=Q0.front(); item1=Q1.front(); if(item0.getPrice()