15. Point out errors in the following code and make corrections. Explain each change
Explain.
made.
public class Add
private int m;
private int n;
public int Add(void)
{
m=n=0;
}
int Add(int m, int n)
{
m=m;
n=n;
} }
Answers
Answered by
0
Answer:
48
it as value added some reason being said
Similar questions