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