This is a website that will provide a programming language for the user based on a few survey questions they answer.
-
The program does nothing to non-alphabetical characters, since they do not contain consonants or vowels.
- Example Input: 3
- Example Output: 3
-
The program adds "ay" to single-letter words beginning with a vowel.
- Example Input: i
- Example Output: iay
-
The program adds "way" to the end of words beginning with a vowel.
- Example Input: ouch
- Example Output: ouchway
-
The program will move all of the first consecutive consonants to the end of the word and add "ay" if word begins with 1 or more consonantes.
- Example Input: child
- Example Output: ildchay
-
The program will move QU to end of the word if Q & U are consecutive.
- Example Input: question
- Example Output: estionQu
-
The program will treat words that begin with Y like a word that starts with a consonant. (Move Y to the end & add "ay")
- Example Input: yes
- Example Output: esyay
- [INSERT INSTRUCTIONS]
No known issues as of 4/1/2020
Antonio Cruz's email: codrocks.cruz3@gmail.com
Sean VanLeeuwen's email: __seanbeloussow@yahoo.com
- JavaScript
- jQuery
- Bootstrap
- Markdown
- Git
- HTML
- CSS
The MIT license
Copyright (c) 2020 Antonio Cruz, Sean VanLeeuwen