Question: Write a program that reads from the user an integer matrix with 14x14. First rotate the 1st quarter of that matrix 180, and then
Write a program that reads from the user an integer matrix with 14x14. First rotate the 1st quarter of that matrix 180, and then exchange the 2nd quarter with the 3rd quarter. After that, find how many Negative even numbers in the 4th quarter. (12M)
Step by Step Solution
There are 3 Steps involved in it
def rotatequartermatrix Rotate the 1st quarter topleft 180 n lenmatrix for i in rangen ... View full answer
Get step-by-step solutions from verified subject matter experts
