PHP Taskbook Level 10.2
Write a script that will find the roots of a quadratic equation. To do this, make 3 inputs into which the equation coefficients will be entered.
Given an input and a button. Upon submitting the form, output a list of ul all excess numbers from the interval specified by the input values.
Given an arbitrary two-dimensional array:
[
[11, 12, 13],
[21, 22, 23],
[31, 32, 33],
]
Write code that will add another column to the array filled with random values:
[
[11, 12, 13, 14],
[21, 22, 23, 24],
[31, 32, 33, 34],
]
When you enter the page, fill in half of the table as follows: