Could someone explain parameters a little bit to me. I have to write a program that returns the difference of of two integers.(larger-smaller)
I understand the basis
class FindDifference {
//Main method
public static int difference(int num1, int num2) {
int num1 = 10;
int num2 = 4;