Question: Before attempting this project, be sure you have completed all of the reading assignments, nor graded exercises, discussions, and assignments to date. (1) Write Java
Before attempting this project, be sure you have completed all of the reading assignments, nor graded exercises, discussions, and assignments to date. (1) Write Java code to prompts user for number of rows (e.g. 6) and output the triangle pattern below. Use nested for-loops. # # # # # # # # # # # # # # # # # # # # # (2) Write Java code to prompt user for side length (e.g. 6) and output diamond pattern below: Use nested for-loops. # # # # # # # # # # # # # # # # # # # # # # # # # ## # # # # # # # # # # # # # # # # # # # # # ########## #
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
