| about | help | code help+videos | done | prefs |
Given two Strings a and b simply return a followed by b unless they are the same in which case just return one of them. ifNotEqualCon("Hello", "World") → "HelloWorld" ifNotEqualCon("Hello", "Hello") → "Hello" ifNotEqualCon("Abbra", "Cadabbra") → "AbbraCadabbra" ...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: 100
Copyright Nick Parlante 2017 - privacy