javascript
Brief description  about Online courses   join in Online courses
View Dhana  lakshmi 's Profile

operators

What would happen if I add the elements of 2 arrays with 5 elements each in them? Answer is that we will get a third array which also has 5 elements and it's 0th element will be the sum of 0th elements of the two arrays, 1st element will be the sum of 1st elements of two arrays and so on till 4th element (remember? index in an array starts from Zero). I want you to write a java programme which demonstrates the above scenario.
i cant understand this


Asked by Dhana lakshmi | Oct 13, 2010 |  Reply now
Replies (1)
View arun kumar das 's Profile
try once again.
Dec 24, 2010