8 kyu
Are You Playing Banjo?
75,053 of 189,166MRodalgaard
Description:
Create a function which answers the question "Are you playing banjo?".
If your name starts with the letter "R" or lower case "r", you are playing banjo!
The function takes a name as its only argument, and returns one of the following strings:
name + " plays banjo"
name + " does not play banjo"
Names given are always valid strings.
Strings
Fundamentals
Similar Kata:
Stats:
Created | Jun 28, 2014 |
Published | Jun 28, 2014 |
Warriors Trained | 260695 |
Total Skips | 14903 |
Total Code Submissions | 394489 |
Total Times Completed | 189166 |
JavaScript Completions | 75053 |
Clojure Completions | 898 |
Haskell Completions | 1524 |
Java Completions | 19841 |
Ruby Completions | 4183 |
Python Completions | 71999 |
C# Completions | 10955 |
Elixir Completions | 545 |
C Completions | 2105 |
Rust Completions | 2554 |
TypeScript Completions | 3080 |
R Completions | 266 |
CoffeeScript Completions | 17 |
Crystal Completions | 26 |
Julia Completions | 93 |
Scala Completions | 198 |
Groovy Completions | 19 |
Lua Completions | 60 |
Total Stars | 870 |
% of votes with a positive feedback rating | 92% of 11338 |
Total "Very Satisfied" Votes | 9626 |
Total "Somewhat Satisfied" Votes | 1508 |
Total "Not Satisfied" Votes | 204 |