Posts by Dener Souza • 51 points
1 post
-
5
votes2
answers340
viewsQ: How to create an array whose indices are characters from an informed string?
I wanted to create a vector in java in which each input of the vector was a character of a string that I informed public static void main(String[] args) { String[] words = {"java"};…