For all of our activities, make sure your practice with the new blocks today. Some of the activities you can complete without using the new blocks. They do save some time and headaches. Open up the Practice Area, and take a crack at the following activities.
Create a blockly program which allows the user to input a string of text. Your program should then print a count of the number of vowels contained within the string. Only consider "aeiou" as vowels.
Create a blockly program which randomly generates 10 character passwords. Your program should generate passwords which contain at least all lower case alphabetic characters. However, bonus points will be awarded if you allow for other symbols as well.