Hello, I am new to java.
my problem is that i input a string, width and a delimiter and produce a "picture".
For example,
Inputs:
String = AAACD*4baa
Width = 3
Delimiter = ‘*’
Output:
AAA
CDb
Bbb
aa
I have been having trouble with my code any help would be GREATLY appreciated.
Thx matt