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 20 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].
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!