Question: Fill in the blanks to complete a program that uses an array of type String. import java.util.*; public class StringBuilderArray { } public static

Fill in the blanks to complete a program that uses an array of type String. import java.util.*; public class StringBuilderArray { } public static void main(String[] args) { } blank 1 myStrings = new blank_2; Scanner input new Scanner(System.in); System.out.println("Enter 5 string values:"); for (int i= 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
