This video extends the text-based menu developed in part 1 of this tutorial by adding a static method to display the menu items. It also separates the menu data from the display method by create arrays that store the menu options and item names. We also add prices to our menu by including a pricesRead more »

This video tutorial covers how to implement a very simple text-based menu driven program in Java. The tutorial uses basic programming constructs such as varaibles, input, ouptut, conditional blocks (if-statement) and a while loop in order to implement the menu. This video is the first in a series of videos that will build upon theRead more »

« Previous Page