Math, asked by rsnail2181, 10 months ago

Find the sum of products of all possible k numbers from an array of n numbers

Answers

Answered by gauravarduino
0

Step-by-step explanation:

below is my code for find the sum of products of all possible k numbers from an array of N numbers k<=n? package EasyProblems; import java. util. import java. public class Sum_OfProduct_Ofall_K_numbers_From_Array { public static void main(String[] args) { Scanner s = new Scanner(System. int N = s. int a[] = new int[N];

Similar questions