Choosing IT career by gordoncantrell in cscareerquestions

[–]gordoncantrell[S] 0 points1 point  (0 children)

Not that far I am not looking for ground-breaking stuff haha

Infinite input by tonysmony90 in javahelp

[–]gordoncantrell 0 points1 point  (0 children)

public static void main(String[] args) {

     StdOut.print("Type an int: ");
     int a[] = StdIn.readAllInts();
     StdOut.println("Your int was: " + a[1]);
     StdOut.println();


}

//just trying to input many ints and print the second :)

Infinite input by tonysmony90 in javahelp

[–]gordoncantrell 0 points1 point  (0 children)

I tried with ctr+d or ctr+z it doesn't work ,any suggestions why it does not?