Computer Science, asked by yashwantmohapatra92, 6 months ago

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 bosschintu123
0

Answer:

748484822rurururueieieieeiei

Answered by shreejadevu75
0

Explanation:

void main is used to close

Similar questions