Computer Science, asked by shubhi6254, 6 months ago


17. Point out error(s) in the following code
made.
(i) public class Add
{
private int m;
private int n;
public int Add(void)
{ m=n=0;
}
}​

Answers

Answered by jsrlaltu84
2

Answer:

THANKS FOR YOUR ADVICE

Explanation:

{m=n=0;

}

}

this is wrong

Similar questions