Assignment #9
(20 points)
-
Watch the video
JavaScript & PHP Loops
(CC)
- 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".
- 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".
- 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.
- Upload your work to your YOUR-CLASS-WEBSITE.
Help.
|