Question: 5. Please complement the test code for the program below using Junit. You only need to check one test case (such as: input data: 2,1;
5. Please complement the test code for the program below using Junit. You only need to check one test case (such as: input data: 2,1; expected result 1,2) (10 points). Source Code: package Demo; public class Sort public void select_sort ( int a[]) { int i, j, k, t, n = a.length; for (i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
