Examlex
class Rectangle
{
int length, breadth;
void show(int x, int y)
{
length = x;
breadth = y;
}
int calculate()
{
return(length * breadth);
}
}
public class EnteredValues
{
public static void main(String[] args)
{
Rectangle rectangle = new Rectangle();
_____________________________
_____________________________
rectangle.show(a, b);
System.out.println("You entered: " + a + " and " + b);
int area = rectangle.calculate();
System.out.println("The area of the rectangle is: " + area);
}
}
In the above program, the area of a rectangle is calculated by using two classes named Rectangle and EnteredValues. In the first class, two methods are used: show(int x, int y) and calculate(). The show() method takes two variables as input, and the calculate() method calculates the area of a rectangle.
In the second class, the main() method is declared. Inside this method, an object of a Rectangle class is created. The user will input two values and store the values in the variables. The entered values will be changed into integers using the parseInt() method. The variables are then passed in the show()method, and the area will be calculated by the calculate() method.
On the lines provided, create the parseInt() method statements to reformat the two String values.
Marriage Counseling
A form of therapy aimed at helping couples understand and resolve conflicts to improve their relationship.
Behavior Therapy
A therapeutic approach that focuses on changing maladaptive behaviors through reinforcement strategies and conditioning.
Learning Principles
Encompass the fundamental concepts and strategies through which individuals acquire new knowledge, skills, attitudes, or values.
Person-centered Therapy
A counseling approach emphasizing the client's perspective, promoting self-discovery, and valuing their potential for personal growth.
Q4: The top-level element in a Path's directory
Q7: String aName = "Michael"<br>Using the above statement,
Q14: When returning an array reference, square brackets
Q25: How is an applet like a Java
Q27: import java.util.*;<br>public class myArray<br>{<br>public static void main(String[]
Q45: The applet can be run within a
Q53: StringBuilder greeting = new StringBuilder("Welcome home ");<br>phrase.insert(13,
Q57: The _ class comprises less serious errors
Q58: When you create a class and use
Q99: Why did C. Wright Mills think it's