Opening the reading…
Opening the reading…
DSA FUNDAMENTALS › MATRIX BASICS
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Complete the program so it resets the minimum and maximum from the first value of each row, then prints each row's pair as -1 7, -9 -2, and 1 8.
OUTPUT
Sample-1 7 -9 -2 1 8
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.