Home › Forums › KX Academy › Fundamentals Capstone 4.3 › Reply To: Fundamentals Capstone 4.3
-
Looking at the test cases, it seems expected values are wrongly set up.
While the exercise asks for top 5 values in ascending order, it expects last 5 values in result and vice versa for 2nd test case.
test.tab:-10?([]col: til 10);test.top5col:([]col:5 6 7 8 9);
test.bottom6:([]col: til 6);