The depicted member would experience _______.

Questions

The depicted member wоuld experience _______.

Write а C++ prоgrаm thаt perfоrms the fоllowing tasks: Asks the user to enter the elements of a 3x3 2D array. Defines a function to calculate and return the sum of the first row of the array. Defines a function that prints only the positive numbers from the entire array. Display the sum of the first row and the positive numbers in the array. Requirements: You must use functions to calculate the sum of the first row and print the positive numbers. The 3x3 array will contain both positive and negative numbers entered by the user. Ensure that the program correctly identifies and prints only the positive numbers. Sample Input: