X845: Parameter Practice 6

3
 
1
public int subtract(int a, int b){
2
  return a - b;
3
}

Use the method defined above to subtract 32 from 124 (as in 124 - 32).

Your Answer:

x
 
1
2
Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.