Answer to Question #35485 in Java | JSP | JSF for nat

Question #35485
Need to write a method, that takes an array of integers, an integer index, and an integer value. The method should set the array element with the specified index to the specified value.

My code: int setElement(int[]array) {
int key;
for(int i=0; i<array.length; i++) {
if(array[i] == key)
return i;
}
return key;
}
think it is not quite right...
1
Expert's answer
2013-09-26T07:32:28-0400
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-35485.pdf

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS