Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question no 03: 115 Marks Given an array arr[] of size N, the task is to add the minimum number(should be greater than 0) to
Question no 03: 115 Marks Given an array arr[] of size N, the task is to add the minimum number(should be greater than 0) to the array so that the sum of the array becomes even Input: N = 8 and) - {1, 2, 3. 4. 5. 6. 7. 8; Output: 2 Explanation: Sum of array is 36, so we add minimum number 2 to make the sum even Input: N - 9 arril 1.2.3.4.5.6.7.8.9: Output: 1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started