Question: Write a code to: 1- Create a two dimentional array of characters with size row = 30, and columns = 30 2- Fill this array
Write a code to:
1- Create a two dimentional array of characters with size row = 30, and columns = 30 2- Fill this array with character '#', except for the diagonal elements which muat fill with character '?' (Hint: diagnoal is when row number = column number)
(preferably short answer with one method)
java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
