Assignments    Calendar/Schedule    Table of Contents    Resources    |    MY Assignments    My COIN 70b Home

Martha's COIN 70b Assignment 234

Number Prompts

(234.htm) Create a script that prompts the user for a number x (4 - 6), & then prompts the users x times, each prompt requires the user to input a single word. Once the user has inputted a number x (4 - 6) and x number of words, then print out the words in reverse order. Make sure that each word is on a separate line. Hints: - prompt("How many Words (4 - 6 is good)?", "4") - prompt("What's Word " + x + "?", "") - where x is 1 - 4 or 6 for example.

RETURN