challege | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

challege

Fill in the blanks to calculate and return the multiplication product of the array elements. foo(int arr[], int size) { int mult = ; for (int x = 0; x < size; x++) { mult = arr[x]; } mult; }

16th Jan 2017, 7:41 AM
Mpho Percy Mkhwanazi
Mpho  Percy Mkhwanazi - avatar
1 Answer
0
Drag and drop from the options below to create an object of the A class in the B class and call its "test" method.
23rd Jun 2017, 9:56 AM
thota premkumar
thota premkumar - avatar