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

Week2 Assignment prashant kumar choudhary #88

Open
wants to merge 5 commits into
base: week2_assignment
Choose a base branch
from

Conversation

Prashant-3103
Copy link

No description provided.

@hrushikeshj hrushikeshj changed the base branch from main to week2_assignment January 2, 2023 20:26
Comment on lines +122 to +123
names = []
objs.each { |obj| names<<obj.name }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map can also be used here.

end
primes << i if is_prime
end
puts primes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return the array.

Suggested change
puts primes
return primes

@Prashant-3103
Copy link
Author

i made few changes to my prime_numbers.rb file as it got error for the case input as 2

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

Successfully merging this pull request may close these issues.

2 participants