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
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].
please solve this Given an array, find the multiplication of all contiguous subarrays of size 4. For example, [1,2,3,4,5] will return [24, 120].