I need help with this task | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need help with this task

The task is done in C++. The task sounds like this: In a matrix ( any size ) from each column take the biggest and smallest number and subtract the smallest from the highest. Thanks in advance 😀 https://code.sololearn.com/c3HwfVcuSYXW

20th Apr 2020, 9:26 PM
Dženan Ičanović
Dženan Ičanović - avatar
2 Answers
0
Well the finding of the biggest and smallest number I know how to do it but just can't figure out which number I need to compare
20th Apr 2020, 9:34 PM
Dženan Ičanović
Dženan Ičanović - avatar
0
Just some instructions; a= matrix i=row j=column n=number of columns/rows m=the smallest number v=the biggest number r=the subtraction between biggest and smallest b=array to put the subtractions
20th Apr 2020, 9:56 PM
Dženan Ičanović
Dženan Ičanović - avatar