Question Description
Need help creating the response for this problem:
5.6 Warm up: Parsing strings (Java)
(1) 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
- Jill , Allen
- Jill,Allen
Ex:
Enter input string: Jill, Allen
(2) Report an error if the input string does not contain a comma. Continue to