
-----------------------------------
Jboy
Sun Nov 29, 2009 8:37 pm

How do I input numbers into an array?
-----------------------------------
What is it you are trying to achieve?
Using arrays, How to create a program that promts the user to enter 7 unique numbers. As the user enters the numbers, ask them to reenter a number if it has been entered previously. then Output the 7 unique numbers.


What is the problem you are having?
the whole thing in general

Describe what you have tried to solve this problem
get statements

-----------------------------------
Tony
Sun Nov 29, 2009 8:46 pm

RE:How do I input numbers into an array?
-----------------------------------
That seems really vague. When you say that you are having problems with the whole thing, do you mean that you are having trouble understanding the question?

-----------------------------------
Kharybdis
Mon Nov 30, 2009 11:17 am

Re: How do I input numbers into an array?
-----------------------------------
How about reading the [url=http://compsci.ca/v3/viewtopic.php?t=14333]Array tutorial
