Concept Flow - Slicing rows and columns
Start with 2D array
Choose row slice: start:end
Choose column slice: start:end
Extract sub-array
Use or display sliced data
We start with a 2D array, select rows by slicing, then select columns by slicing, and get a smaller sub-array.