✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given the following String variable initialization:
String days = " Monday,Tuesday,Wednesday,Thursday,Friday ";Select the line of code that correctly uses this String to generate an array that has each weekday name stored at a separate index.