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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!