+ 4

Function Challenge

Make a program that read 3 strings as inputs to the function and print the output of the function. Function requirement: Name: stralt Input: String(a), String(b), String(c) What to do: Find every b in a and replace b with c I prefer C to Java and other programming language

19th Feb 2018, 7:52 AM
ManYin Cheung
ManYin Cheung - avatar
1 ответ
+ 2
python one liner separate inputs with the "ENTER KEY" https://code.sololearn.com/cBFauxNQEWQf/?ref=app
19th Feb 2018, 9:37 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar