Question: JAVA PROGRAM Create a program named board.java. Create a 10x10 two dimensional array of characters. Fill all 100 elements with a period. Next, fill ten
JAVA PROGRAM
Create a program named board.java. Create a 10x10 two dimensional array of characters. Fill all 100 elements with a period. Next, fill ten random elements with a dollar sign. Place your last name initial in a random location. Output the array using a nested for loop in this format: . . . $ . . . . . . . . . . . . . . . . . . . $ . . . . . . . . . . . . . . $ . . . A . . . . . . $ . . . . . $ . . . . . $ . . . . . . . . . . . . . . $ . . . . . . . . . . . . $ . $ $ . . . . . . .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
