Activity: Create

CREATE: Create a random band-name generator!

Useful Links: Adjectives, Nouns, Example #1, Example #2, Example #3

Commenting: Comment your name and a title for your project at the top of your code. Add comments to explain what each portion of your code is doing!

Save & Submit: Click Run to save and Submit to turn in! Be sure to read the tech requirements below.

### ------------------------------ ### ### MINIMUM TECHNICAL REQUIREMENTS ### ### ------------------------------ ### # 1) Create 2 lists (ex. nouns and adjectives) # 2) Ask the user for a number # 3) The computer should generate another random number # 4) Use your numbers to choose a word from each list # 5) Display the band name and some music-related images # Challenge: How can you also randomize which list ## the user chooses from?
Support