3
☑Kizspy.me
7
OUTPUT:
OUTPUT:
(7,A,true)
Not found
d. f4(): Print students who have paid fees in descending order of ID. Hint: copy inOrder(...) to
printPaidDesc(...) (given in the BstStudent class) and modify the printPaid Desc(...) method
accordingly, and then call printPaidDesc(...) in f4().
Expected result:
(2,D,false) (3,T,true) (5,B,false) (7,A,true) (9,V,true) (11,P,true) (12,N,true) (15,M,true) (18,H,false)
(15,M,true) (12,N,true) (11,P,true) (9,V,true) (7,A,true) (3,T,true)
Zoom
+ 100%
2
Close