This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b2ff03
commit 47277ad
Showing
14 changed files
with
58 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Boletín 1 | ||
|
||
### Ejercicio 1 | ||
|
||
Plantee e implemente un programa en lenguaje C que solicite el nombre y la edad de un usuario por teclado de forma que | ||
el ordenador le salude indicándole la edad que tiene. | ||
|
||
<procedure> | ||
<title>Ejemplo de Ejecución</title> | ||
<p><b>Introduzca su nombre:</b> Juan</p> | ||
<p><b>Introduzca su edad:</b> 19</p> | ||
<p></p> | ||
<p>¡Buenos!</p> | ||
</procedure> | ||
|
||
<code-block src="./Boletin_1/Ejercicio_01.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/> | ||
|
||
### Ejercicio 2 | ||
|
||
Plantee e implemente un programa en que solicite el nombre, apellidos y edad de un usuario por teclado y que le muestre | ||
el siguiente mensaje por pantalla. | ||
|
||
**NOTA**: Utilice la edad de jubilación como una constante con valor 67 años. | ||
|
||
<code-block src="./Boletin_1/Ejercicio_02.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/> | ||
|
||
### Ejercicio 3 | ||
|
||
Plantee e implemente un programa en Lenguaje C que solicite por teclado la base y altura de un triángulo rectángulo y | ||
muestre por pantalla su superficie. Presente la salida con el siguiente formato. | ||
|
||
<code-block src="./Boletin_1/Ejercicio_03.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters