Guest User

Untitled

a guest
Feb 1st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class sovet {
  2. static int[] ints = new int[10];
  3.  
  4. public static void main(String[] args) {
  5. Scanner scan = new Scanner(System.in);
  6. for (int i = 0; i < ints.length; i++) {
  7. ints[i] = scan.nextInt();
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment