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 at least 5 students together with their grades earned (lab points, bonus points, and the total) in the format below.
///////////////////\\\\\\\\\\\\\\\\\\\ == Student Points == \\\\\\\\\\\\\\\\\\\/////////////////// Name Lab Bonus Total ---- --- ----- ----- Joe 43 7 50 William 50 8 58 Mary Sue 39 10 49The 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 (pmoore@roanoke.edu for Prof. Moore or ingram@roanoke.edu for Dr. Ingram) with a subject of cs120 post1.