Question: Write a program that uses a while loop to input characters from the keyboard. The loop should run until the first vowel is entered. Output
Write a program that uses a while loop to input characters from the keyboard. The loop should run until the first vowel is entered. Output the amount of numbers input and their ASCII sum.
Refresher: All characters have an ASCII equivalent. For instance, the character 'A' has a value of 65. The character 'B' has a value of 66 and so on.
Make sure you prime the loop properly.
This is in java, but can someone explain this process to me. While loops have been my downfall.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
