Question: Problem 2 - Write pseudocode and then code for a Random Name Generator program. Test your program # Write a function that will generate a

Problem 2 - Write pseudocode and then code for a Random Name Generator program. Test your program # Write a function that will generate a relatively pronounceable name. Test the function to ensure it works # Input will be name Length. Output should be the generated name # Hint: Create a list of vowels and a list of consonants. Create words by randomly combining consonants and vowels. # Simplest rule for pronounceable names is don't put consonants next to each other. # For e.g. Bzzztl is hard to pronounce but BuzozaGetily is relatively pronounceable. # Extra bonus if you come up with a better algorithm

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!