Write a method that prints characters using the following header: public static void printChars(char ch1, char ch2,

Question:

Write a method that prints characters using the following header:
public static void printChars(char ch1, char ch2, int numberPerLine)
This method prints the characters between ch1 and ch2 with the specified numbers per line. Write a test program that prints ten characters per line from 1 to Z. Characters are separated by exactly one space.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: