- 2
Use c or java : Write a program to find lowest number of integers in the array that sums up the given number.
Input Array : [10, 0, -1, 20, 25, 30] Required Sum: 45 Output: [20, 25]
1 Resposta
+ 4
Dadasaheb Patil Can you pls show your attempt .
If it's wrong we'll assist you :)