Press the green flag and answer the questions!
How the passwords are generated: This password is created through the use of your input. It takes the first two letters of the website name and capitalizes them. The amount of letters within the website name are also counted and stored. The next step takes the two words that the user inputs, combines them, and simply replaces the vowels with their corresponding number. For example a = 1, e = 2, i = 3 and so on, the new variable combines both words with replaced vowels. The last step takes asks the user for the year the website is created, algorithm then adds the last two digits of that year and adds them after a "#". Finally the penguin gives the user the password by combining the capitalized letters, the amount of letters within the website, the usage without vowels, and the # with the last two added symbols.