Write a boolean function called isconsecutive that looks at a string scalar, and then determine if the string has letters occurring consecutively. the input string could be any length. the function should also determine the number of alphanumerics and letters in the string. restrictions: the function should use the internal function istprop. hint: the break statement should be used.

Solved
Show answers

Ask an AI advisor a question