In this module/week’s homework assignment, you will complete 2 exercises that will allow you to practice your skill with the topics of generic collections, lambdas, and streams that you learned about in the Reading & Study materials for this module/week.

computer science

Description

Overview

 In this module/week’s homework assignment, you will complete 2 exercises that will allow you to practice your skill with the topics of generic collections, lambdas, and streams that you learned about in the Reading & Study materials for this module/week.


Instructions 

1. Refer to the Homework Grading Rubric before you begin this assignment. 


2. Complete the detailed instructions for each exercise included in the sections below. For each exercise, begin with a new Java project. 


3. As you write your code, provide all pertinent documentation in the form of JavaDoc comments for all classes and methods. 

a. All class-level comments must include a description of the class along with your nameand links to any resources you used (other than the textbook) while writing your code. 

b. Each method must also have a comment that indicates the purpose of the method and, if applicable, the purpose of all parameters and return value. 

c. Additional in-line comments must be used to explain complex algorithms or unique solutions to the problem. 


Related Questions in computer science category