java array manipulation
Posted
by sachin
on Stack Overflow
See other posts from Stack Overflow
or by sachin
Published on 2010-04-24T04:47:10Z
Indexed on
2010/04/24
4:53 UTC
Read the original article
Hit count: 267
java
Hi,
I'm a beginner in java. I want the logic of the small program.
I have two arrays
array = {a1,a2,a3,a4,a5,,,,,,,,,an}
and
array2 = {b1,b2,b3,b4,,,,,,,,,,,bn}
I want string as:
a1b1,a2a3b2b3,a4a5a6b4b5b6,..........an
Please tell me what will be the logic.
© Stack Overflow or respective owner