Assignment #9
(20 points)

  1. Watch the video JavaScript & PHP Loops (CC)

  2. Create a Javascript application similar to the one developed in the video and shown in the image below. View a screen capture of the Javascript code. Save your work as "assignment9-javascript.html".

  3. Create a PHP application similar to the one developed in the video and shown in the image below. View a screen capture of the PHP code. Save your work as "assignment9-php.php".

  4. Requirements:
    Assume X is the value in textbox. For both applications, when the
    "Display Results" command button is pressed, your program should display:
    A) Numbers in increasing order from 1 to X.
    B) Numbers in decreasing order from X downto 1.
    C) Even numbers between 2 and X.
    D) A square of asterisks with X rows and columns.
    E) A multiplication table showing the number 1 to X.

  5. Upload your work to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created both a JavaScript and a PHP application that meets the requirements listed above. 20 0 10 20 __/20
Total points __/20