Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

create Java called roster 2: Screen Shot of the Output and Description of Your Java Program 2. Create a screen shot of the output and include a...

.

.create Java called roster2: Screen Shot of the Output and Description of Your Java Program

2. Create a screen shot of the output and include a description about your Java program.
  • Submit a screen shot which shows the output of your Java Program. Note: Go to http://www.take-a-screenshot.org/ if you need a tutorial on taking a screen shot.
  • Include a one (1) page description about your program. Note: Use MS Word for your program description, and place the screen shot of the output from your Java program into the Word file as an attached image.

The output should look like this if the user chose to sort by name:

Name               Numerical Grade          

Bailey              97                                

David              88                                

Ericson            79                               

Frank               99                                

Manning           91

The output should look like this if the user chose to sort by grade:

Name               Numerical Grade

Frank               99        

Bailey              97

Manning           91

David              88

Ericson            79

Note: The name and grade pairs must stay together.

Section 1 and Section 2 will be graded based on the following:

  1. The program must compile, execute, produce correct results, and meet all of the specifications stated in Section 1.

Additionally you must:

  1. Organize the code for user readability.
  2. Organize the code for reusability.
  3. Organize the code for efficiency.
  4. Provide documentation with embedded comments for reader understanding.
  5. Include a one (1) page description about your program.

The specific course learning outcomes associated with this assignment are:

  • Demonstrate the proper use and application of syntax in the Java programming language.
  • Demonstrate the ability to design, compile, implement, test, and debug simple programs in Java.
  • Demonstrate the ability to manipulate numbers and character strings in Java.
  • Compare and contrast classes and objects in Java.
  • Construct classes through systematic procedures.
  • Discuss object-oriented design principles.
  • Compare and contrast abstract and concrete data types.
  • Demonstrate the ability to implement generic classes and methods.
  • Declare and use interface types.
  • Demonstrate the ability to program simple and complex decisions in Java.
  • Implement loops for repetitive tasks.
  • Compare and contrast definite loops and indefinite loops.
  • Compare and contrast arrays and array lists in Java.
  • Write clearly and concisely about Java programming using proper writing mechanics and technical style conventions.
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question