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.

To navigate the page using the TAB key, first press ESC to exit the code editor.

### ------------------------------ ### ### 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?
  • Run Code
  • Submit Work
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)