ICSE COMPUTER SCIENCE FOR CLASS X(TwoD Array Related Program)
Write a program that perform following operations on a 2D array(2X3):
(i) Replace every even element with its square in a new Array.
(ii) Replace every odd element with its cube in a new Array.
#coding
#java
#icsecomputer