Creating a Java Array

This may not be exactly what you need, but this can give you a starting place: www.tutorialhero.com package com.yahoo.answers; import java.util.Scanner; public class EnterIntegers { public static void main(String[] args) { // create a Scanner object to get input from the user Scanner scan = new Scanner(System.in); // ask the user how many values are in the array System.out.println("How many .
Copyright © 2013 Dictionary.com, LLC. All rights reserved.