15.14 DISPLAYING THE TABLE CONTENTS
This method provides neater display by padding out columns and suppressing output from empty locations. If a simple version such as …
public void displayItems() {
System.out.println("Location Code Name Instock");
for (int i = 0; i < 10; i++)
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial