Q.4) Study the following code and answer the questions that follow:
class UnaryOperator
{
private int a;
public UnaryOperator(int x)
{
x + = x+++ x + 2/x + 4x;
a = X:
}
public void main()
{
UnaryOperator obj = new UnaryOperator(5);
}
}
Answers
Answered by
0
Answer:
748484822rurururueieieieeiei
Answered by
0
Explanation:
void main is used to close
Similar questions