Question: Done through Java in Eclipse, comments and everything greatly appreciated so I am able to learn and do it myself. Thank you for your time!

Done through Java in Eclipse, comments and everything greatly appreciated so I am able to learn and do it myself. Thank you for your time!
Question 2: (25 points) Write a program in JAVA nestedFirstname using nested loops that asks the user to enter a value for the number of rows to display. It should then display that many rows of dollar signs, with one dollar sign in the first row, two in the second row, and so on. For each row, the dollar sign are succeeded by the number of exclamation marks(!) needed to make all the rows display a total number of characters equal to the number of rows user entered. A sample run would look like this: Enter number of rows: 5 $!!!! $$!!! $$$!! $$$$! $$$$$ 15 points is awarded for the header, comments, proper code indentation and efficiency of the code ( less repetition of code ) Submit both programs as one zip file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
