Simple Ordering System (Console)

Submitted by remysterhahn on
I have my original program of this using the concept of stacks however, I find it difficult on updating the elements of the array. Instead of using the same concept, I've modified it and made it just to a static array with fixed elements. I hope this program/concept could help in your activities/projects. import java.util.*; public class cart { //To publicly access the quantity as it updates every