{"id":24482242,"url":"https://github.com/ozzies-code/contador1","last_synced_at":"2025-03-14T19:22:44.847Z","repository":{"id":184878632,"uuid":"672618851","full_name":"ozzies-code/contador1","owner":"ozzies-code","description":"The following exercise combines the use of IF with the While loop to set the value of a counter when a variable reaches a specified value after being incremented.","archived":false,"fork":false,"pushed_at":"2023-07-30T17:40:04.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T12:13:08.583Z","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/ozzies-code.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}},"created_at":"2023-07-30T17:35:11.000Z","updated_at":"2023-07-30T23:08:10.000Z","dependencies_parsed_at":"2023-07-30T18:47:04.853Z","dependency_job_id":null,"html_url":"https://github.com/ozzies-code/contador1","commit_stats":null,"previous_names":["ozzies-code/contador1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2Fcontador1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2Fcontador1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2Fcontador1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2Fcontador1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/contador1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243633015,"owners_count":20322518,"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","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":"2025-01-21T12:13:11.610Z","updated_at":"2025-03-14T19:22:44.825Z","avatar_url":"https://github.com/ozzies-code.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# contador1\nThe following exercise combines the use of IF with the While loop to set the value of a counter when a variable reaches a specified value after being incremented.\n#include \u003cstdio.h\u003e\n#include \u003cstdlib.h\u003e\n\nint main(int argc, char *argv[])\n{   \n    int contador = 0;  /*Inicializa la condicion*/\n\n    while(contador \u003c 5) /*condicion de prueba*/\n    {\n      contador++;      /*cuerpo de bucle*/\n      printf(\" Contador: %d \\n\", contador);\n    }\n   printf(\" Terminado. Contador: %d \\n\", contador);\n  system(\"PAUSE\");\t\n  return 0;\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fcontador1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Fcontador1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fcontador1/lists"}