连续两次检查相同的元音
I'm trying to write a program (really a section of a program) that checks to see if any vowels recur twice in a row.
For ex. input = boo, output = o
这是我到目前为止的代码:
//j - displays any vowels which occur consecutively
System.out.print("\nj. ")...