Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program to take input of positive integer numbers greater than zero in a 2D array A[][] of order n. Find the sum

image text in transcribed 

Write a program to take input of positive integer numbers greater than zero in a 2D array A[][] of order n. Find the sum and frequency of even and odd numbers in the 2D array. Also swap the elements of left and right diagonal. Print the result in the following format n=3 2 4 5 8 9 1 635 Sum of even numbers=2+4+8+6=20 Sum of odd numbers=5+9+1+3+5=23 Matrix after swapping the diagonal elements 542 891 536 Frequency of even numbers=4 Frequency of odd numbers=5 Activate Windows Go to Settings to activate Windows.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres a Java program that takes input of positive integer numbers greater than zero in a 2D array ca... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Structures and Algorithm Analysis in Java

Authors: Mark A. Weiss

3rd edition

132576279, 978-0132576277

More Books

Students also viewed these Programming questions

Question

How to Construct a Relative Frequency Histogram

Answered: 1 week ago