Why does my code have errors? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
3rd Jul 2017, 2:31 AM
School Dog
4 Answers
+ 9
and add "check =false;" at the end of while loop..
3rd Jul 2017, 3:42 AM
khadeeja Shamna
khadeeja Shamna - avatar
+ 5
You should fix below: 1/ compare(string source; string mixed) change to: compare(string source, string mixed) (use comma to separate function parameters) 2/ Add ; at the end of line 43: compare(sourceString, mixString(sourceString));
3rd Jul 2017, 2:40 AM
Bàng Tứ Cường
Bàng Tứ Cường - avatar
+ 3
You're welcome!
4th Jul 2017, 8:15 AM
Bàng Tứ Cường
Bàng Tứ Cường - avatar
+ 1
thank you!
4th Jul 2017, 8:08 AM
School Dog