{"id":20874034,"url":"https://github.com/zyn10/cpp_basic_functions_practice","last_synced_at":"2026-05-23T08:03:41.741Z","repository":{"id":149942282,"uuid":"527637153","full_name":"zyn10/Cpp_Basic_Functions_Practice","owner":"zyn10","description":"Basic Functions in cpp","archived":false,"fork":false,"pushed_at":"2022-08-23T17:09:36.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T15:51:03.744Z","etag":null,"topics":["area-circle","area-rectangle","asterisk","cpp","factorial","functions-cpp","gcd","radian-to-degree"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zyn10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-22T16:05:25.000Z","updated_at":"2022-11-07T19:11:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbfbb539-edaa-441d-82db-56ad1f9f4b7f","html_url":"https://github.com/zyn10/Cpp_Basic_Functions_Practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zyn10/Cpp_Basic_Functions_Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyn10%2FCpp_Basic_Functions_Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyn10%2FCpp_Basic_Functions_Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyn10%2FCpp_Basic_Functions_Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyn10%2FCpp_Basic_Functions_Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyn10","download_url":"https://codeload.github.com/zyn10/Cpp_Basic_Functions_Practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyn10%2FCpp_Basic_Functions_Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28024525,"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-12-25T02:00:05.988Z","response_time":58,"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":["area-circle","area-rectangle","asterisk","cpp","factorial","functions-cpp","gcd","radian-to-degree"],"created_at":"2024-11-18T06:28:56.494Z","updated_at":"2025-12-25T08:18:24.446Z","avatar_url":"https://github.com/zyn10.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Task 1\n\u003ch1\u003eFind the Maximum among ints using functions\u003c/h1\u003e\nOutput:\n\u003cimg width=\"268\" alt=\"Screenshot 2022-08-22 at 9 08 17 PM\" src=\"https://user-images.githubusercontent.com/95617382/185967687-433ca548-7f0d-4f6b-a535-a20fd4a0ed5a.png\"\u003e\n\nTask 2\n\u003ch1\u003ePrint Function\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/185967896-685bef1e-9f9c-443e-8f1f-531cfe2473fc.png\"\u003e\n\nTask 3\n\u003ch1\u003ePrint asterisk\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/185968367-db0801cf-d6f7-4d4a-b880-957854248f21.png\"\u003e\n\n\nTask 4\n\u003ch1\u003eEnter Number to print asterisk\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/185968487-e610a4f9-1cd8-4e31-9404-c0e8898cbb41.png\"\u003e\n\n\nTask 5\n\u003ch1\u003eEnter Area of Rectangle\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/185969897-04997ca5-ab7b-4bd6-9169-5e444f7312df.png\"\u003e\n\n\nTask 6\n\u003ch1\u003eRadian to Degree\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/186220479-dd338070-13af-4b0c-a1d9-97b6b9f33f13.png\"\u003e\n\n\nTask 7\n\u003ch1\u003eFactorial Calculation\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/186220747-11718093-eb2f-47da-9343-a4d67129a2bb.png\"\u003e\n\nTask 8\n\u003ch1\u003eGreatest Common Divisor\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/186221126-9ef03251-76d9-493f-9e83-c91960ec7eff.png\"\u003e\n\nTask 9\n\u003ch1\u003eArea of Circle\u003c/h1\u003e\nOutput:\n\u003cimg width=\"468\" alt=\"image\" src=\"https://user-images.githubusercontent.com/95617382/186221271-87c636d0-ba20-4fe4-bbf1-e928e74225f8.png\"\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyn10%2Fcpp_basic_functions_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyn10%2Fcpp_basic_functions_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyn10%2Fcpp_basic_functions_practice/lists"}