0
How to make code coach
I donāt know how to make a code with coffee preparation, I did everything correctly, but it still gives an error, as soon as I didnāt try, help!
7 Answers
+ 6
Share your attempted code with detail
+ 3
Š”Š»Š°Š²Š° From the provided information, there is a chance that the problem might be something, or maybe something else.
If you'd like a more specific hint, give people some information:
1. Save your code in Code Playground as public
2. Edit your question description
3. Add a link to your saved code (use "+" button)
4. Add a description of the task
5. Add an explanation of your difficulties
+ 2
Where is your code??
+ 1
Variable section is not defined
+ 1
Š”Š»Š°Š²Š° BTW, no problem about the expectations. But thumbs down for ignoring my instructions.
0
let choice = parseint(readLine(), 10);
switch(section) {
case 1:
console.log("American");
break;
case 2:
console.log("Espresso");
break;
case 3:
console.log("Cappuccino");
break;
default:
console.log("Unknown");
break;
sorry for the expectations, here is the code.
0
sorry, I forgot about your recommendations, and I didnāt have time