Masala #Y1V4JCG1K8
Convert boolean values to strings 'Yes' or 'No'.
Complete the method that takes a boolean value and return a "Yes"
string for true
, or a "No"
string for false
.
Kiruvchi ma'lumotlar:
Chiquvchi ma'lumotlar:
Misollar
# | input.txt | output.txt |
---|---|---|
1 |
true |
Yes |