Question: Write 2 methods 1) A method called findName Input: an array of integers Output: the index in the array of the first 9, or -1
Write 2 methods
1) A method called findName
Input: an array of integers
Output: the index in the array of the first 9, or -1 if not found
2) A method called AB
Input: An array of characters
Output: none
Result: Overwrites every even indexed character with 'A' and every odd character with 'B' (Consider 0/zero even)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
