Convert boolean values to strings 'Yes' or 'No'. Completed at: 2023-07-06T04:39:21.555Z Completed languages: java Tags: Fundamentals Rank: 8 kyu Description Complete the method that takes a boolean value and return a "Yes" string for true, or a "No" string for false.