Week 2: Individual: Testing and Debugging, Section 3.2
PROGRAMMING
1. Write a search method with four parameters: the search array, the target, the start subscript, and the finish subscript. The last two parameters indicate the part of the array that should be searched. Your method should catch or throw exceptions where warranted.
Resource: Ch. 3, “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Complete the Exercises for Section 3.2, Programming #1, in Ch. 3, “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Submit your pseudocode response to the Assignment Files tab.
Week 2: Individual: Testing and Debugging, Section 3.5
PROGRAMMING
1. Write the findLargest method described in self-check exercise 2 in section 3.4 using Test-Driven Development.
Resource: Ch. 3, “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Complete the Exercises for Section 3.5, Programming #1, in Ch. 3, “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Submit your pseudocode response to the Assignment Files tab