Question: Write a method that will print recieve two values, a row and a column and them print the letter X for each row and column.
Write a method that will print recieve two values, a row and a column and them print the letter X for each row and column. Example If the row was 3 and the column was 4 XXXX XXXX XXXX would print out The method header is provided: public static void printDiminsion(int r, int c) {
// in java code
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
