Question
Create a webapp folder called YourFirstNameYourLastNameCIS3023. Create files in it called YourFirstNameYourLastName.html and YourFirstNameYourLastName.js 3 points Create a button in the HTML file labeled YourFirstNameYourLastName.
Create a webapp folder called YourFirstNameYourLastNameCIS3023.
Create files in it called YourFirstNameYourLastName.html and YourFirstNameYourLastName.js 3 points
Create a button in the HTML file labeled YourFirstNameYourLastName.
Create a text area for output.
5 points
When the button is pressed, the application should prompt the user to enter a string or *** to quit, and then print output in the text area specifying how many vowels were in the string.
Vowels are the letters: a,e,i,o,u.
The application should then again do the above, until the user enters ***. It should then alert
Thanks for using the vowel counter and exit. 17 points
Zip your folder and upload into Harvey
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started