Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.
Answer:in order to innovate or improve a product you need to have an idea
Explanation:
Answer:
Explanation:
The following class is written in Java. I created the entire Circle class with each of the methods and constructor as requested. I also created a tester class to create a circle object and call some of the methods. The output can be seen in the attached picture below for the tester class.
class Circle {
double radius;
public Circle(double radius) {
this.radius = radius;
}
public double getRadius() {
return radius;
}
public void resetRadius() {
radius = 0;
}
public double calculateArea() {
double square = Math.pow((Math.PI * radius), 2);
return square;
}
}
Answer:
Corporate directors.
Explanation:
The SOX or serbanes - Oxleys, named after former united state senators, Paul Sarbanes (D-MD) and representative Michael G. Oxley (R-OH), is a united state federal law that adds expanded requirements to public company boards, managements and accounting firms all over the states.
It is also know as the Public Company Accounting Reform and Investor Protection Act or Corporate and Auditing Accountability, Responsibility, and Transparency Act. With the reports from the SOX acts, certification of company activities and financial reports are granted.
The corporate director, in collaboration with the internal auditors, analyse company financial reports and other relevant data.