Question: Create your page(s) using s Kung Fu Panda Po Magic Rectangle as the page title(s) (tag). (2 points) Save the first page as index.htm (or

Create your page(s) using s Kung Fu Panda Po Magic Rectangle as the page title(s) (tag). (2 points) Save the first page as index.htm (or index.php). Use a HTML form to capture user input. Submit the form to a second file index_process.php using the POST method. (3 points) The second page contains a link to go back to the first page. (2 points for link) Write a program that asks the user for Pos row and column numbers for generating magic rectangles. o Capture row and column numbers. (1 point) o Generate the magic rectangles shown using nested loops (two-dimensional loops). o The first rectangle must be generated by nested while loops. (4 points) while () { while () {} } o The second rectangle must be generated by nested dowhile loops. (4 points) do { do {} while () } o The third rectangle and related calculation must be generated by nested for loops. (4 points) for () { for () {} }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!