Get into your lab1 subdirectory and create a new directory named PostLab. The assignment is to write a Java program that prints a table with a list of information about at least 5 books. For each book, there will be a column for the author, the title (which must be in quotes), the price, the shipping/handling fee, and the total cost. The output must be in the format below. You may make up the information in the table.
/////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ == Book List == \\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////// Author Title Price Shipping Total ------ ----- ----- -------- ------ Poe "The Raven" $12.50 $0.55 $13.05 William "Hamlet" $18.50 $1.75 $20.25The requirements for your program are as follows:
First plan your program, then type it in using emacs and save it in the PostLab directory. Compile and run the program to make sure it works correctly.
HAND IN: A printout of your program and email an electronic copy to the roanoke.edu mail account for your lecture instructor (hughes@roanoke.edu for Dr. Hughes or ingram@roanoke.edu for Dr. Ingram) with a subject of cs120 post1.