BellaRose7282 BellaRose7282 13-03-2024 Computers and Technology contestada Given a bool parameter, return a string indicating the related term. When the bool is true, return Proven; when the bool is false, return Denied. a. What should the function return if the bool parameter is true? A) Denied B) Proven C) True D) False