EdocGram
Home
(current)
Topics
EdocAI
Code Editor
HTML
Javascript
PHP
Python
Python AI Code Editor
More
Contact
About
Privacy Policy
Terms and Conditions
Log In
Topic: Matrix Manipulation Problem / Level: beginner
Problem:
Write a program to print the elements in the last column in reverse order.
More Problems
Write a program to print the elements in the first row and last column in reverse order.
Write a program to print all the elements in the first diagonal in reverse order.
Write a program to print all the elements in the second diagonal in reverse order.
Write a program to count how many odd numbers are there in the diagonals of the matrix.
Write a program to count how many even numbers are there in the diagonals of the matrix.
Write a program to check if the sum of elements in the top row is greater than the sum of elements in the bottom row.
Write a program to check if the sum of elements in the left column is greater than the sum of elements in the right column.
Write a program to calculate the product of the elements that are divisible by 5 in a matrix.
Python
Language
Editor
Run & Output
Save
AI Code Generate
AI Test Case
Run the code to see the output here...