We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Create a boolean method called checkExistChar(char input,char[] array). This method returns true if the given array has the input in one of the indexes (check for duplicates) Otherwise return false
It's used in a hangman game, if that helps.
Answers
This is obviously an assignment.
Show us your attempt and we will guide you but we won't do this for you.