-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mock Qn4a #587
Comments
Here's some code with my own annotations. Hope this helps :)
|
void forEach(Consumer con, int n) { |
Hi, thanks for sharing. I don't really understand the last line though.. |
Hi, based on the generate() method provided, I think @Swagston20's answer is way more elegant haha, but hope this makes things clearer! |
void forEach(Consumer consumer, int n){ |
Hello! Would appreciate if anyone is able to provide the code for Qn 4a of the mock paper! Thank you!
The text was updated successfully, but these errors were encountered: