about | help | code help+videos | done | prefs |
Given a String called "word" and an integer called "index", change the letter at the given index to a "Z". string_changeLetterToZ("Hello", 0) → "Zello" string_changeLetterToZ("Hello", 1) → "HZllo" string_changeLetterToZ("Hello", 2) → "HeZlo" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy