9.9.1. Arrays-WE7-P1ΒΆ
Subgoals for Evaluating Arrays
Set up array from 0 to size-1
Evaluate data type of statements against array
Trace statements, updating slots as you go
Remember assignment subgoals
Arrays-WE7-P1
Put the following code in order to create a method that will find the last occurrence of a target value and return the index of where that value is located.
Put the following code in order to create a method that will find the first occurrence of a target value and return the index of where that value is located.
Put the following code in order to create a method that will count the number of occurrences of a target value and return the count.
You have attempted of activities on this page