convert object to in

Posted by hoora on Stack Overflow See other posts from Stack Overflow or by hoora
Published on 2010-05-25T19:38:17Z Indexed on 2010/05/25 19:41 UTC
Read the original article Hit count: 94

Filed under:

hello! i'm beginner and i want to write a java code in eclipse! this program take two linkedlist of integers(for exp:a & b) and make a linkedlist (for exp:d) that every elements of it are summation of elements of that linkedlist! but i can't add this two element of linkedlist because these are Object!! please help me!!

exp: a=[3,4,6,7,8]

b=[4,3,7,5,3,2,1]

d=[7,7,13,12,11,2,1]

THANK YOU VERY VERY VERY MUCH!

© Stack Overflow or respective owner

Related posts about java