Prompt the user for a string that contains two strings separated by a comma. (1 pt)
Examples of strings that can be accepted:
Jill, Allen in c
Answers
Answered by
0
I think it is this,
String s[] = new String[1];
Similar questions