How can i Divide my ranges from 0 - 170 (any suggestion)
Hi Folks,
I need a suggestion!
I need to divide the range from 0 to 170 then store it in Vector/ stack (blocks) - doesn't matter how many, but they should be pretty big. How can i do it? Any suggestions? Keep in mind that its wouldn抰 be 170 always I am using BigInteger/BigDecimal so a number can be huge too.
[329 byte] By [
asyed01a] at [2007-11-27 8:38:12]

> OKay i will try to explain again. I have a rang from
> 0 to 170. Now i need to make packets. EX first packet
> from 0-10 then second from 11-20 and so on. How can i
> do it?
>
> any suggestion?
Sure, but I have no idea what your knowledge of Java is. Post what you have done so far, and explain where you're stuck.
If your answer is that you did not write any code at all and you don't know how to begin, then I can't help you. In that case I can only point you to the beginners tutorials:
http://java.sun.com/docs/books/tutorial/getStarted/index.html
Although this is the New To Java forum, IMHO someone posting here should at least master some basic Java programming techniques in order to get decent help.
Good luck.