Question: In Java Intelli J please dont need to be detailed, will give thumbs up right away Write a program that asks the user to enter
In Java Intelli J please
dont need to be detailed, will give thumbs up right away

Write a program that asks the user to enter a number of rows and a number of columns (using two different prompts). The program should then print a rectangle containing # and @ characters. The selection of these characters should be random. For instance, if I user enters rows = 5, and columns = 7, one possible output would be as follows: #@@#@## @@@##@# ##@#@## #@@#@## Or if the user entered rows = 3 and cols = 5 ###@@ @@#@@ @##@# Note: Each time the program is run, it will produce another random pattern - therefore you must use Math.random to accomplish this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
