Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 216 Bytes

28-convert-boolean-values-to-strings-'yes'-or-'no'..md

File metadata and controls

4 lines (3 loc) · 216 Bytes

Problem:

Complete the method that takes a boolean value and return a "Yes" string for true, or a "No" string for false.

Solution