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:
The correct answer for the given question is option(3) i. src.
Explanation:
In HTML if we insert a image on the screen we use<img> tag
the img have following attribute
1.src
2.height.
3 alt
4 width
The required attribute in img tag is src i.e source or path of image
The following are the syntax of image tag
<img src=" path of image" alt="not visible" height="100px" width="100px"/>
The height and width attribute describe the height and width of image in pixel.
The alt attribute is not mendatory attribute in image tag.The alt attribute display the message when image is not visible in the web page .
All the other attribute like alt,height,width are used as per the requirement but src is an required attribute .
so the option(3) is correct.
Answer:
oil rings = encloses combustion by closing off the extra space between the block and the head,
crank shaft = connects the engine to the transmition through a series of mechanisms.
gasket = reduces the amount of exhaust inside the cylinder by sealing the cylinder.
Explanation:
Answer:(c) abstract class A { abstract void unfinished(); }
Explanation:
A legal abstract class must have the keyword abstract before the class and an abstract class has abstract functions with the keyword abstract written and a void as the return type.
To review a printout of a table before printing, on the FILE tab, click print, and then click print preview. By doing this, you can check, evaluate and do some modifications or changes on your files before having a hardcopy or printouts.