Please how can i write a program that will check a sequence of strings maybe the character is there and the user will be given five chances to search the alphabets
try using arrays and chars instead of strings. and use if-else statements to check whether the inputted alphabet match any char from the array. if it match, then show the array, if not then you lose one life.