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].
Given an array, find the multiplication of all contiguous subarrays of size 4. For example, [1,2,3,4,5] will return [24,
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Given an array, find the multiplication of all contiguous subarrays of size 4. For example, [1,2,3,4,5] will return [24,
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!