HI,
how to concatenate int[] arrayint = {1,2,3,4} with string[] array = {"a","b","c","d"}
I need output like
a-1
b-2
c-3
d-4
in console with total sum of arrayint[] should be printed as 10
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sreekanth ReddyPosted Nov 13, 2018, 10:24 PM
Laxmidhar SahooPosted Nov 13, 2018, 9:59 PM