CodingBat makeTags Solution April 05, 2017 Get link Facebook X Pinterest Email Other Apps public String makeTags(String tag, String word) { return "<"+tag+">"+word+"</"+tag+">";} Comments
Comments
Post a Comment