public class Circle {
// the private data members
private double radius;
private double area;
private double diameter;
public void setRadius(double r)
{
radius = r;
}
public double getRadius()
{
return radius;
}
public double computeDiameter()
{
return radius * 2;
}
public double computeArea()
{
return ((radius * radius) * 3.14);
}
}
A) Marian Shelby. “The Fall of Rome.” Military Forces. n.p., 11 Mar 2009. Web.
14 Oct 2012.
Answer:
B . It amplifies the power to speed up the motor and generate more torque
Answer: B) Pseudocode should be properly formatted.
Explanation:
Pseudocode is defined as in the informal description of the given sequence, there is no need that it should be formatted properly. There is no such restriction required in the pseudocode as they are read by the humans not by the computer programs.
Pseudocode should be terminating, executable and unambiguous and it uses structural convention of the programming language rather than using machine reading.
Secound Second class levers have the load between the effort and the fulcrum. An example of a second class lever is a wheel-barrow.