Guest User

Untitled

a guest
Jan 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public class cmdTest {
  2. public static void main(String...args) {
  3.  
  4. int arrTress = 0;
  5. for (String arrayRange : af ) {
  6. /*this line causes an error*/
  7. int [] sortedArray = Integer.parseInt(arrayRange);
  8. System.out.printf("printed array is = %d, ",
  9. sortedArray[arrTress]);
  10. arrTress ++;
  11. }
  12. }
Add Comment
Please, Sign In to add comment