I am stuck in this code plz help me guys?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I am stuck in this code plz help me guys??

See this code https://code.sololearn.com/cnv3x48k724J/?ref=app

10th Nov 2020, 10:27 AM
🤴🌹Cute Princess 🌹💐
🤴🌹Cute Princess  🌹💐 - avatar
2 Answers
+ 2
What is the code suppose to do? Also you can't use break inside a function or anywhere in main function as well unless it comes under switch and if statements You are passing friend order as an argument to a function which has no parameter specified for that
10th Nov 2020, 10:33 AM
Abhay
Abhay - avatar
+ 2
I don't know what is expected output in code coach. 1. Add parameters for receiving arguments in function 2. Break statement not required because there is no looping here Like this: void printOrder(string friendOrder ) { cout<<"Black tea"<<endl; cout << friendOrder ; // break ; }
10th Nov 2020, 12:18 PM
Azhagesanヾ(✿)
Azhagesanヾ(✿) - avatar