{"id":16105001,"url":"https://github.com/dbc2201/armstrongchecker","last_synced_at":"2025-10-16T09:29:55.305Z","repository":{"id":133011238,"uuid":"507993810","full_name":"dbc2201/ArmstrongChecker","owner":"dbc2201","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-27T17:01:47.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:32:40.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/dbc2201.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}},"created_at":"2022-06-27T17:01:43.000Z","updated_at":"2022-06-27T17:01:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"471af016-2c0e-488d-a834-eabac4436287","html_url":"https://github.com/dbc2201/ArmstrongChecker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbc2201/ArmstrongChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FArmstrongChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FArmstrongChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FArmstrongChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FArmstrongChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbc2201","download_url":"https://codeload.github.com/dbc2201/ArmstrongChecker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbc2201%2FArmstrongChecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279173064,"owners_count":26119016,"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-16T02:00:06.019Z","response_time":53,"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-10-09T19:07:48.586Z","updated_at":"2025-10-16T09:29:55.265Z","avatar_url":"https://github.com/dbc2201.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Armstrong Numbers (Narcissistic Numbers)\n\n## Java Programming Course\n\n---\n\n**Course 1**: Problem-Solving and Computational Thinking in Java\n\n**Sprint 5**: Working with Looping Constructs\n\n---\n\nProblem Statement\n---\n\nWrite a program in Java that checks whether a given number is an Armstrong number.\nAn Armstrong number is a number that is equal to the sum of the cubes of its digits.\nFor example, the number **153** is an Armstrong number because:\n\n```math\n153 = 1^3 + 5^3 + 3^3\n```\n\n---\n\nTask\n---\n\n1. Open the [source code file](src/main/java/io/github/dbc/ArmstrongChecker.java) and complete the code.\n2. Open the [test case file](src/test/java/io/github/dbc/ArmstrongCheckerTest.java) and run the test cases to\n   check your code.\n\n---\n\nFun Resource\n---\n\n1. [153 and Narcissistic Numbers - Numberphile](https://youtu.be/4aMtJ-V26Z4)\n2. [Numbers that love themselves #shorts - Vsauce2](https://youtube.com/shorts/dUnlSy6LGq4?feature=share)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbc2201%2Farmstrongchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbc2201%2Farmstrongchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbc2201%2Farmstrongchecker/lists"}