0
Ballpark Orders - C
I’m having some trouble with this code coach. How do I change the code to make it pass the test cases? https://code.sololearn.com/c3pG85Pqo7Z8/?ref=app
3 Antworten
+ 3
Line 18
order = strtok(NULL, " ");
Word separator is a blank space, not a comma.
+ 2
Thank you so much!
+ 2
You're welcome :)