about | help | code help+videos | done | prefs |
Yoda talks backwards. Write a method that accepts three single-word strings. Return a single string that combines those three words in reverse order with a space between each word. Look at the test data for examples. yodaTalk("this", "is", "first") → "first is this" yodaTalk("Yoda", "talks", "backwards") → "backwards talks Yoda" yodaTalk("is", "it", "fun") → "fun it is" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 230
Copyright Nick Parlante 2017 - privacy