{"id":18792379,"url":"https://github.com/kplanisphere/introduction-to-the-c-language","last_synced_at":"2025-12-28T10:30:16.696Z","repository":{"id":226360590,"uuid":"768475185","full_name":"KPlanisphere/Introduction-to-the-C-Language","owner":"KPlanisphere","description":"Problemario 1 - Programacion 1","archived":false,"fork":false,"pushed_at":"2024-05-28T03:19:04.000Z","size":300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T15:26:13.355Z","etag":null,"topics":["basic-syntax","beginner-friendly","c-programming","introduction-to-c","programming-education","programming-exercises","school-assignment"],"latest_commit_sha":null,"homepage":"https://linktr.ee/planisphere.kgz","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/KPlanisphere.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":"2024-03-07T06:38:30.000Z","updated_at":"2024-05-30T21:34:26.000Z","dependencies_parsed_at":"2024-05-28T12:58:09.525Z","dependency_job_id":"a5934d22-d554-470e-8172-f16bb732689f","html_url":"https://github.com/KPlanisphere/Introduction-to-the-C-Language","commit_stats":null,"previous_names":["kplanisphere/problemario-1---prog1","kplanisphere/problemario-1-prog1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KPlanisphere%2FIntroduction-to-the-C-Language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KPlanisphere%2FIntroduction-to-the-C-Language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KPlanisphere%2FIntroduction-to-the-C-Language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KPlanisphere%2FIntroduction-to-the-C-Language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KPlanisphere","download_url":"https://codeload.github.com/KPlanisphere/Introduction-to-the-C-Language/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718371,"owners_count":19685725,"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":["basic-syntax","beginner-friendly","c-programming","introduction-to-c","programming-education","programming-exercises","school-assignment"],"created_at":"2024-11-07T21:19:40.466Z","updated_at":"2025-12-28T10:30:16.394Z","avatar_url":"https://github.com/KPlanisphere.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introducción Al Lenguaje C\n## Problemario 1 - Programacion 1\n\n1.\tEscriba un programa que pida al usuario dos números enteros y que imprima la suma, el \n\tproducto y el cociente de ambos números con el siguiente formato. \n\t\n\t\n\tDigite un numero: 3 \u003cbr\u003e\n\tDigite un numero: 4 \u003cbr\u003e\n\t- - - Resultados - - - \u003cbr\u003e\n\t\tSuma: 7 \u003cbr\u003e\n\t\tMultiplicacion: 1 \u003cbr\u003e\n\t\tDivision: 0.75 \u003cbr\u003e\u003cbr\u003e\n\t\n\t\n\t-\tUtilice un único printf para imprimir los resultados. Utilice las secuencias de \n\t\tescape apropiadas. \n\t-\tEl resultado del cociente deberá mostrarse con dos decimales. Utilice una \n\t\tconversión explícita (cast) en la división. \n\n2.\tEscriba un programa que solicite al usuario dos números enteros. Si los números son \n\tiguales, que imprima el mensaje “números iguales”, de lo contrario “Números diferentes”. \n\tUtilice el operador ternario. \n\n3.\tEscriba un programa que lea dos enteros y que determine e imprima si el primero es \n\tmúltiplo del segundo. Utilice el operador modulo.\n\t\n4.\tEscriba un programa que dado un numero en segundos lo convierta en horas, minutos y \n\tsegundos. \n\n5.\tEscriba un programa que lea una cantidad, calcule e imprima la cantidad final después de \n\taplicarle un 20% de interés. \n\t\n6.\tEscriba un programa que calcule que porcentaje de hombres y que porcentaje de mujeres \n\thay en un grupo de estudiantes. \t\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkplanisphere%2Fintroduction-to-the-c-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkplanisphere%2Fintroduction-to-the-c-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkplanisphere%2Fintroduction-to-the-c-language/lists"}