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
Write a C++ program that scans the given 3 x 4 matrix column by column. Print each column's minimum and maximum in column order, one pair per line as: min max.
OUTPUT
Sample0 6 -2 9 -5 7 -4 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.