Question: Part B -Write method getLetterTriangle). getLetterTrianqle () will return a triangle of letters as shown below. The triangle will contain numRows rows of letters and

Part B -Write method getLetterTriangle). getLetterTrianqle () will return a triangle of letters as shown below. The triangle will contain numRows rows of letters and spaces as shown below. You MUST call method getietters() when writing The call getLetterTrianqle (4, "U")): would return method getLetterTriangle) The call System.out.println (getLetterTriangle (5, "W" would print wwW public static String etLetterTriangqle( int numRows, String triletter)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
