Answer:
PI = 3.14
radius = float(input(' Please Enter the radius of a circle: '))
area = PI * radius * radius
circumference = 2 * PI * radius
Explanation:
i srs dont know i am so sorry i forgot but maybe this?
Answer:
Option A:
<input name="name" id="id" type="number" value="value" step="value" min="value" max="value" />
Explanation:
Spinner control is a graphical control element where user can adjust the value by pressing up or down arrow button. An example is given in the attached image.
In HTML, one of the key attributes we must use to create a spinner control is "step". The attribute "step" is required to specify the interval of the step value when user press the up or down arrow button.
If we set the attribute values as follows:
- type = "number"
- value = 2
- min = 0
- max = 10
The setting above will give a spinner control with a range of legal numbers between 0, 2, 4, 6, 8 and 10.
Diana is attaching a brace to a rectangular gate. She will put the brace on the diagonal of the rectangle as shown.
Answer:
I don't understand what the question is asking
Explanation:
Answer:
6
Explanation:
The tree is the hierarchical structure in the data structure, it has the properties like nodes, height, level etc.
the formula for calculating the maximum number of node at the given level.

here, l is the level of node.
in the question the number of node is 46.
Substitute in the formula:

The Approx. value of level is 6