trouble with finding repeated alphabetswe check if beta[n] is beside [m] or [o]
trouble with finding repeated alphabetswe can print out the output to make sure??
trouble with finding repeated alphabetsi can just put beta[0]==beta[1] and it should work
trouble with finding repeated alphabetsactually i can use the if (beta(i)=='A') { repeated++ } and so on but it also does not work
trouble with finding repeated alphabetsfor my code i need the for loop to count the 7 alphabets that is store inside the beta array, and fr...
This user does not accept Private Messages