Question: Create the following table by using HTML, PHP condition and loop, etc. Hard-coding is NOT allowed! X Y X *Y Is X * Y Negative
Create the following table by using HTML, PHP condition and loop, etc. Hard-coding is NOT allowed!
| X | Y | X *Y | Is X * Y Negative |
| -2 | 5 | -10 | Yes |
| -1 | 4 | -4 | Yes |
| 0 | 3 | 0 | No |
| 1 | 2 | 2 | No |
| 2 | 1 | 2 | No |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
