I have this string in Java
String str = "a, b, c, d, e, f, g, h, i, j, k, l, m, , n, o, p";
And I need to convert it into a matrix where the rows and columns are specified. That is:
3 by 3
a b c
d e f
g h i
O
2 for 8
a b...
asked by
01.04.2018 / 08:24