1.

Write a user-defined function named Lower_half() which takes 2D array A, with size N rows and N columns as argument and prints the lower half of the array.Eg:Input:2    3    1    5    07    1    5    3    12    5    7    8    10    1    5    0    13    4    9    1    5Output:27    12    5    70    1    5    03    4    9    1    5​

Answer»

ANSWER:

I did not UNDERSTAND your question sorry

Explanation:

make me a BRAIN list



Discussion

No Comment Found