Skip to content
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

Ch9 ex2 solution uses other numbers #103

Open
mpas97 opened this issue Aug 29, 2021 · 0 comments
Open

Ch9 ex2 solution uses other numbers #103

mpas97 opened this issue Aug 29, 2021 · 0 comments

Comments

@mpas97
Copy link
Contributor

mpas97 commented Aug 29, 2021

Exercise 2 in chapter 9 says:
Use Enum.reduce/2 to multiply these numbers together: [5, 12, 9, 24, 9, 18]
The solution then reads:
Use Enum.reduce/2 to multiply these numbers together: [2, 4, 991, 2543]

This is confusing as we probably just want the compare the computed result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant