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 DVDs. For each DVD, there will be a column for the title (which must be in quotes), an actor, 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.
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
==                      DVD  List                     ==
\\\\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////////
Title             Actor       Price    Shipping   Total
-----             ------      -----    --------   ------
"Citizen Kane"    Welles      $14.50   $0.55      $15.05
"Casablanca"      Bogart      $16.50   $1.75      $18.25
      
The 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.
To submit your code, use the tar command from lab to
create a tgz file named YourNamePost.tgz then
 cp the tgz file to the directory:
   ~ingram/CPSC120/post1