{"id":18572737,"url":"https://github.com/truecodersio/iteration-statements-exercise","last_synced_at":"2025-10-08T03:40:02.439Z","repository":{"id":60866903,"uuid":"533560603","full_name":"truecodersio/Iteration-Statements-Exercise","owner":"truecodersio","description":".NET 6.0 template project for the Iteration Statements exercise at TrueCoders","archived":false,"fork":false,"pushed_at":"2025-07-09T16:11:52.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":403,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T16:20:02.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truecodersio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-07T01:35:02.000Z","updated_at":"2025-07-09T16:11:51.000Z","dependencies_parsed_at":"2024-11-14T00:01:55.758Z","dependency_job_id":"c40b4303-8797-45bf-a99b-b37957877afc","html_url":"https://github.com/truecodersio/Iteration-Statements-Exercise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/truecodersio/Iteration-Statements-Exercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truecodersio%2FIteration-Statements-Exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truecodersio%2FIteration-Statements-Exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truecodersio%2FIteration-Statements-Exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truecodersio%2FIteration-Statements-Exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truecodersio","download_url":"https://codeload.github.com/truecodersio/Iteration-Statements-Exercise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truecodersio%2FIteration-Statements-Exercise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278886408,"owners_count":26062973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T23:07:05.467Z","updated_at":"2025-10-08T03:40:02.423Z","avatar_url":"https://github.com/truecodersio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Getting Started Video:\n[Click here](https://vimeo.com/473576449/fb42a7ea39)\n\n## Constraints:\nUse as many descriptive names as possible. I do not want to see myInt1 - 100!\n\nFor training purposes, most if not all the data for these methods can come from user input.\n\nEach one of these methods should be called from Main() and declared in the Program class.\n\nBe as creative as you want, the goal is to have working methods but if you want to make them look nice, go for it. As in Num 6 w/ age and voting method, you can say “You may vote” or “Looks like you're too young this time!” based on their age.\n\nThis project should work in a manner where if someone forks/clones this from GitHub, they can just press the play button and have every method run in sequence, so all interface dialogue should be in place already. When finished, push this to GitHub!\n\n## LukeWarm Section:\n+ Write a method that will print to the console all numbers 1000 through -1000\n+ Write a method that will print to the console numbers 3 through 999 by 3 each time\n+ Write a method to accept two integers as parameterss and check whether they are equal or not\n+ Write a method to check whether a given number is even or odd\n+ Write a method to check whether a given number is positive or negative\n+ Write a method to read the age of a candidate and determine whether they can vote.\n\nHint: Use Parse or the safer TryParse() for an extra challenge\n```\nParse()\nTryParse()\n```\n\n## Heatin Up Section:\n+ Write a method to check if an integer (from the user) is in the range -10 to 10\n+ Write a method to display the multiplication table (from 1 to 12) of a given integer\n\n\n\nUse the answer branch of this repository for reference:\n[Github repo](https://github.com/mvdoyle/MethodsExercise3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruecodersio%2Fiteration-statements-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruecodersio%2Fiteration-statements-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruecodersio%2Fiteration-statements-exercise/lists"}