Check if possible to make Array sum equal to Array product by replacing exactly one element
Given an array arr[] consisting of N non-negative integers, the task is to check if it is possible to make the sum of the array equal to the product of the array element by replacing exactly one array element with any non-negative integer. Examples: Input: arr[] = {1, 3, 4}Output: YesExplanation:Rep