Pretty much I have to do this.
I have this.
import java.util.*; public class Prog1 { public static void main(String args[]) { Vector vec = new Vector(); ]
After that I don't know how to get a user input to be a string and stored into a vector. I know the user input command is "console.readLine." How would i use this command to store the string value as a vector? I know once I get this command to store the values I can use a for loop to allow it to let me store 10 string items.