You are writing an application to process data contained in a text form. Each file contains information about a single customer. The following is a sample form:First Name: Tom, Last Name: Perham ,Address: 123 Pine St. City: Springfield State: MA, Zip: 01332 . You have read the form data into the String variable s. Which of the following code samples correctly stores the data portion of the form in the fullName, address, city, state, and zip variables?
Select one of the following: