Open
Conversation
I have tried my best using the knowledge that I have. I am sure I can do more and better with the right set of knowledge and guidance. Thank you for the opportunity. It was a lot of fun to work on something like this, and I discovered new things about myself and how much I like it. I am confident that I can put to a good use my aptitudes, creativeness, and abilities through programming.
I broke it down into steps, and the first step was to create a list of prime numbers between 2 set limits. I was looking for how to write a prime number in code language and I used loops in order to define all of them. After I got the list done I got blocked because I did not know how to add the things in the list, plus the list was including "1", that is not a prime number. I read more about Ruby and watched tutorials, and study it on codecademy, and I thought about adding the results into an array and after that just making a sum of the array elements. That worked just perfect and i used a "&&" operator in order to add to the arrays only the numbers higher than 1. I hope i did well :). Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have tried my best using the knowledge that I have. I am sure I can do more and better with the right set of knowledge and guidance.
Thank you for the opportunity. It was a lot of fun to work on something like this, and I discovered new things about myself and how much I like it. I am confident that I can put to a good use my aptitudes, creativeness, and abilities through programming.