Forum: Java Jun 15th, 2009 |
| Replies: 9 Views: 299 Can you copy the code you are using? Sounds like the elements are not being stored. |
Forum: Java Jun 15th, 2009 |
| Replies: 9 Views: 299 Well, use a loop from i=1 to 10 and
- get value i from array 1
- store it in place (10-i) in array 2
Dorien
SNIP |