This site requires Java Script to be enabled. Please enable Java Script on your browser, or use a Java Script capable browser to proceed.
So I have to write a program where the user inputs a sentence, then the program displays how many of each vowel is in the sentence. But first I have a question : in your experience, what do people use more? scanner or JOptionPane? I find that most of my book examples are using scanner but my...