Please click the flag three times to load in everything properly :) STEPS (How the program works): ========================================= 1. Ask the user for TITLE of the WEBSITE that they will create the password for (I.e., YouTube, Scratch, Microsoft Office, etc.) 2. Store this in a variable named “siteTitle.” 3. Join the LAST TWO letters of siteTitle and the FIRST TWO letters of siteTitle in a VARIABLE called “abrvSite,” in that order, respectfully. 4. Now, determine the NUMBER of characters in siteTitle and store this numerical value in a variable called “siteLength.” 5. Convert the value of siteLength to a special character (I.e., “!”) 6. Ask the user in ONE WORD how the site is used (I.e., watch, coding, education). 7. Set this term to a variable called “usage.” 8. IF THE LENGTH of usage is GREATER THAN 5, remove all the vowels in usage. IF NOT, write usage in REVERSE. Set this to the new value of usage. 9. Ask the user for their YEAR OF BIRTH. Add to this the quotient of it divided by two. Round up. 10. Store it in a variable called “yearA.” 11. Ask the user which COUNTRY they were born in. 12. Join the LAST TWO letters of country and the MIDDLE letter of country in a VARIABLE called “country,” in that order, respectfully. 13. Join abrvSite, siteLength, usage (add a special character to the end), country, and yearA in that order, respectively. Set this to a variable called “pwrd.” This will be the user’s password.
After the password generates, click on the list three times to select the text input from it. Then, "copy" it using (CTRL+C) or any other command. This will allow you to easily grab the password and use it without having to retype it again.