-
Notifications
You must be signed in to change notification settings - Fork 8
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
Array Arithmetic #50
Comments
Ooooh, I'm claiming this! It sounds fun! :D |
This also applies for |
@phase |
That could also be used for determining if one array is bigger than another.
|
@phase By bigger, you mean bigger lengthwise? |
Yes 👍 |
|
Almost done! All that's left is |
@phase This can finally be closed! |
[234]3+
should add 3 to each element in the array.[679]2-
should subtract 2 from each element in the array.[248]2*
should multiply each element in the array by 2.[369]3/
should divide each element in the array by 3.The text was updated successfully, but these errors were encountered: