Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class sovet {
- static int[] ints = new int[10];
- public static void main(String[] args) {
- Scanner scan = new Scanner(System.in);
- for (int i = 0; i < ints.length; i++) {
- ints[i] = scan.nextInt();
- }
- }
- }
Add Comment
Please, Sign In to add comment