(1) Write Java code to prompts user for number of rows (e.g. 6) and output the triangle pattern below. Use nested for-loops.
CMIS 141 ASSIGNMENT 4 OUTPUT TRIANGLE AND DIAMOND PATTERN (2) Write Java code to prompt user for side length (e.g. 6) and output diamond pattern below: Use nested for-loops.
CMIS 141 ASSIGNMENT 4 OUTPUT TRIANGLE AND DIAMOND PATTERN
Make sure your Java program is using the recommended style such as:
CMIS 141 ASSIGNMENT 4 OUTPUT TRIANGLE AND DIAMOND PATTERN Capture execution:
You should capture and label screen captures associated with compiling your code, and running a couple of different inputs for each program.
Related tasks
CMIS 141 Assignment 1 Student GPA,
CMIS 141 Assignment 2 Perform Operation on Two Numbers,
CMIS 141 Assignment 3 Calculate Student Grade,
CMIS 141 Assignment 4 Output Triangle and Diamond Pattern,
CMIS 141 Assignment 6 Highest and Lowest Score,
CMIS 141 Final Project Employee Salary,