Enter TC(1-f1;2-f2;3-f3): 1
The list before running f1:
(VN1m,8) (VJ1n,2) (FR1p, 16) (PJ1n,17)
OUTPUT:24
Enter TC(1-fl;2-f2;3-f3): 2 The list before running f2:
(A12,6) (B1X,9) (C34,2) (D2Y,29) (E67,22) (1F,19)
(3G1,12) (2H,5)
OUTPUT:(A12,6) (B1X,9) (C34,2) (D2Y,29) (E67,22) (1F,19)(3G1,12) (2H,5)
Zoom
Add how many elements: 0
Enter TC(1-fl;2-f2;3-f3): 3
The list before running f3:
(A1,19) (B1,56) (C3,8) (D2,47) (E6,56) (1F,65) (3G1,8)
(2H,65)
OUTPUT:(A1,19) (B1,56) (C3,8) (D2,47) (E6,56) (3G1,8)
Question 4:
(2 marks) The interface IString below is already compiled and given in byte code format, thus you can use it without creating IString.java file.
public interface IString {
Close
+ 100%