can anyone explain how you get this outs when you run this code.

public class ParameterMystery {
public static void main(String[] args) {
int x = 1;
int y = 2;
int...