Question: Java void goo{ Thing t = new Thing O; int numi 10; int num2 - 5; t.transform(num2, numi); //call the method below } void transform
void goo{ Thing t = new Thing O; int numi 10; int num2 - 5; t.transform(num2, numi); //call the method below } void transform (int numi, int num2){ System.out.println(numl + " "num2); } What will print out
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
