Question: 4. Correct an error by changing only one line. public class Test { int add(int x, int y){ return x+y; Public static void main(String[] args)

4. Correct an error by changing only one line. public class Test { int add(int x, int y){ return x+y; Public static void main(String[] args) { add(10,20)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
