Page 1 of 1

Given an array, find the multiplication of all contiguous subarrays of size 4. For example, [1,2,3,4,5] will return [24,

Posted: Mon Jun 06, 2022 4:28 pm
by answerhappygod
Given An Array Find The Multiplication Of All Contiguous Subarrays Of Size 4 For Example 1 2 3 4 5 Will Return 24 1
Given An Array Find The Multiplication Of All Contiguous Subarrays Of Size 4 For Example 1 2 3 4 5 Will Return 24 1 (11.64 KiB) Viewed 22 times
please solve this question in Java.thx
Given an array, find the multiplication of all contiguous subarrays of size 4. For example, [1,2,3,4,5] will return [24, 120].