Question: Given: - an int variable k, - an int array currentmembers that has been declared and initialized, - an int variable memberID that has been

Given: - an int variable k, - an int array currentmembers that has been declared and initialized, - an int variable memberID that has been initialized, and - aboolean variable isaMember, write code that assigns true to isAMember if the value of memberID can be found in currentmembers, and that assigns false to isAMember otherwise. Use only k, currentMembers, memberID, and isAMember. Logic errors. Remarks and hints - Your code is wrong. Please revise. - You almost certainly should be using: break - You almost certainly should be using: else
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
