-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
learning exercise 9 #3
Comments
@Danbaba1 I've seen my error with the switch statement while we were taking a look at the exercise together earlier. It was supposed to be
|
@Ifycode it worked in the exercism editor. |
@Ifycode what about the third function in exercise 9 |
Well, there are two things I will say concerning this.
But I could try again to see if a do-while or while loop would work. But definitely not with forEach, because it gives a wrong answer.
|
Ok, I was thinking that you said it's the 2nd function you are having problems with. So I didn't attempt that. So try it out if you haven't. If you don't get it by tomorrow morning or noon, do this.
|
i was able to use a while loop with the second function on mixed juices exercise. function limesToCut(wedgesNeeded,limes){ |
Nice work, well done @Danbaba1 |
@Ifycode thank you so much |
Exercise:
Mixed Juices
issue:
.I am unable to use while loop and switch statement to run the code.
. Also I am unable to come up with an algorithm to solve the code.
Where:
function 2
The text was updated successfully, but these errors were encountered: