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 all diagonal elements that are prime numbers.
More Problems
Write a program to print all border elements that are perfect squares.
Write a program to count how many elements in the matrix are divisible by both 2 and 5.
Write a program to count how many elements in the matrix are divisible by both 3 and 7.
Write a program to calculate the sum of all prime numbers in the first diagonal of a matrix.
Write a program to calculate the sum of all prime numbers in the second diagonal of a matrix.
Write a program to print the matrix in alternating row and column zigzag pattern starting from the center.
Write a program to print the matrix in alternating row and column zigzag pattern starting from the corner.
Write a program to check if all diagonal elements are multiples of 3 and 5.
Python
Language
Editor
Run & Output
Save
AI Code Generate
AI Test Case
Run the code to see the output here...