Create a new Java application called “Parser” (without thequotation marks) that uses methods to:
Create a comma-delimited String of integers (I’ve chosen 100,100, 95, 70, 70, 50, 80, 84, 100, 90, 100, 90, 60, 85, 100, 100,90, 0, and 61) then convert the String to an ArrayList of integers(using the WRAPPER CLASS) with each element containing one of theintegers in sequence
Print the integers to the command line, using a for loop, sothat each integer is on a SEPARATE LINE
Expert Answer
An answer will be send to you shortly. . . . .