<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>PRACTICAS EN C by Paula Andrea Ballesteros Cuartas</title>
      <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9</link>
      <description>Elementos básicos de lenguaje 
C</description>
      <language>en-us</language>
      <pubDate>2022-02-20 23:12:41 UTC</pubDate>
      <lastBuildDate>2025-12-11 19:03:02 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f43f.png</url>
      </image>
      <item>
         <title></title>
         <author>pballesteros12</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057758880</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1590390232/44d693195ad9b81183696da13701f259/Ejercicios_Tema3_Parte1_Enunciados.pdf" />
         <pubDate>2022-02-20 23:53:56 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057758880</guid>
      </item>
      <item>
         <title></title>
         <author>pballesteros12</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057761929</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1590390232/b9e968cfb0918510ddca479c475d978e/Ejercicios_Tema3_Parte2_Enunciados.pdf" />
         <pubDate>2022-02-20 23:58:20 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057761929</guid>
      </item>
      <item>
         <title>Ejercicio en Clase- Intereses Del Capital de un Banco</title>
         <author>andresfelipesalgado</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057815380</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/846651967/f23d09a750e02cb93c7b7bc4d3e3d066/Ejercicio_Clase.cpp" />
         <pubDate>2022-02-21 01:02:28 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057815380</guid>
      </item>
      <item>
         <title>Ejercicio en Clase- Conversion de Grados Farenheit a Celsius</title>
         <author>andresfelipesalgado</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057817006</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/846651967/989f353470b1847f1c1edaac278b85cd/Ejercicio_2_Clase.cpp" />
         <pubDate>2022-02-21 01:04:10 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057817006</guid>
      </item>
      <item>
         <title>Ejercicio en clase - Calculo de edad según año introducido </title>
         <author>sramirez911</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057823331</link>
         <description><![CDATA[<div>* 	Edad segun fecha&nbsp;<br>	Autor: Santiago Ramírez González<br>	CC: 119364468<br>	Fecha: 18/02/22<br>*/<br><br>#include &lt;iostream&gt;<br>#include &lt;stdio.h&gt;<br>using namespace std;<br><br>int main(){<br>	int FechadeNacimiento, FechaaCalcular, CalculodeEdad=0;<br>	<br>	cout&lt;&lt;"\t Hola!!!";<br>	cout&lt;&lt;"\nPor favor ingresar su año de nacimiento: ";<br>	cin&gt;&gt;FechadeNacimiento;<br>	cout&lt;&lt;"\nPor favor ingresar la fecha con la cual se quiere calcular su edad: ";<br>	cin&gt;&gt;FechaaCalcular;<br>	<br>	CalculodeEdad = FechaaCalcular - FechadeNacimiento;<br>	<br>	//cout&lt;&lt;"\nSi usted nacio en el año "&lt;&lt;FechadeNacimiento&lt;&lt;" para el año "&lt;&lt;FechaaCalcular&lt;&lt;" su edad sera: "&lt;&lt;CalculodeEdad;<br>	printf("Si usted nacio en el año %d, para el año %d su edad sera de: %d",FechadeNacimiento,FechaaCalcular,CalculodeEdad);<br>	<br>	<br>	<br>	<br>	return 0;<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1591245252/13df2c6fd6c5e801649d79dd609081bd/programa_edad_.png" />
         <pubDate>2022-02-21 01:10:25 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057823331</guid>
      </item>
      <item>
         <title>Operadores - Practica paréntesis</title>
         <author>sramirez911</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057825460</link>
         <description><![CDATA[<div>/* 	Operadores&nbsp;<br>	Autor: Santiago Ramírez González<br>	CC: 119364468<br>	Fecha: 18/02/22<br>*/<br><br>#include &lt;stdio.h&gt;<br><br><br>int main(){<br>	const float n = 6.0, valor = 2.0;<br>	float operacion=0;<br>	<br>	operacion = (25.0 +(120*n))/valor;&nbsp;<br>	<br>	printf ("El resultado de la operacion es: %f", operacion);<br>	<br>	<br>	<br>	return 0;<br>}</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1591245252/77d565a5f1b6ad6c9da38415afa408dc/programa_operadores.png" />
         <pubDate>2022-02-21 01:12:32 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057825460</guid>
      </item>
      <item>
         <title>Ejercicio en Clase-Imprimir variable y dirección en memoria</title>
         <author>luissebastianconde</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057831393</link>
         <description><![CDATA[<div>Código: 1004756531</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1591255476/fb5cec31f6b2ce934bf53616bab00afc/Ejercicio_2_imprimir_.c" />
         <pubDate>2022-02-21 01:18:38 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057831393</guid>
      </item>
      <item>
         <title>Ejercicio en Clase-Hallar el área de un triangulo rectángulo</title>
         <author>luissebastianconde</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057832742</link>
         <description><![CDATA[<div>Código: 1004756531</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1591255476/3d376e7963a43a17bd8ff22d6dc37b6e/Ejercicio_1__area_de_un_triangulo_rectangulo_.c" />
         <pubDate>2022-02-21 01:20:07 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057832742</guid>
      </item>
      <item>
         <title>Ejercicio en clase- De Farenheit a Celsius</title>
         <author>felipeloaiza</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057841961</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/821111965/1609483086b7094ec01ca3a2fe92e890/WhatsApp_Image_2022_02_18_at_5_53_39_PM.jpeg" />
         <pubDate>2022-02-21 01:29:43 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057841961</guid>
      </item>
      <item>
         <title>Ejercicio en clase - Encontrar los errores del siguiente programa</title>
         <author>felipeloaiza</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057843250</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/821111965/eaebca111570bb33c8cfebc5d5e4aa42/WhatsApp_Image_2022_02_18_at_5_54_21_PM.jpeg" />
         <pubDate>2022-02-21 01:30:52 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2057843250</guid>
      </item>
      <item>
         <title>Ejercicio en clase - Pasar de segundos a horas, minutos y segundos</title>
         <author>danieltrujillo11</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2058679014</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/695736410/f4c61666b4ebe72ed123a10f15ebce86/TIEMPO.cpp" />
         <pubDate>2022-02-21 12:30:31 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2058679014</guid>
      </item>
      <item>
         <title>Ejercicio en clase - leer enteros y si van de manera ascendente imprimir 1 de lo contrario imprimir 0</title>
         <author>danieltrujillo11</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2058680264</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/695736410/7725473b00ffb3a6ec1abfe8c6c8e6b1/Lector_de_enteros_de_manera_creciente.cpp" />
         <pubDate>2022-02-21 12:31:37 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2058680264</guid>
      </item>
      <item>
         <title>Identifique las declaraciones de variables, las instrucciones de asignación, los operadores y las expresiones.</title>
         <author>nicolasespitia2</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061740451</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1595813371/4cbcdbf92b9d329b569b1d085b3de6fb/Operadores.cpp" />
         <pubDate>2022-02-23 02:27:26 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061740451</guid>
      </item>
      <item>
         <title>Escriba un programa en C que lea dos enteros en las variables x e y, y calcule y muestre por pantalla los valores de x / y (como número decimal) y de x % y. Ejecute el programa introduciendo valores diferentes. ¿Qué sucede cuando a la variable y se le asigna el valor 0?</title>
         <author>nicolasespitia2</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061741513</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1595813371/e37d286786205aa853197f644c545840/Variables.cpp" />
         <pubDate>2022-02-23 02:28:11 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061741513</guid>
      </item>
      <item>
         <title>Juan David Cespedes</title>
         <author>juancespedes2</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061889652</link>
         <description><![CDATA[<div>Ejercicio en clase- resto con modulo.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1596272426/208b7e2b620f8ff20d0e3ec2123bd170/Resto.cpp" />
         <pubDate>2022-02-23 04:26:31 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061889652</guid>
      </item>
      <item>
         <title></title>
         <author>juancespedes2</author>
         <link>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061892544</link>
         <description><![CDATA[<div>Ejercicio en clase- orden creciente o decreciente</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1596272426/fbe02b5913d2cf8d47d5543a4dfc5a8c/Orden.cpp" />
         <pubDate>2022-02-23 04:29:18 UTC</pubDate>
         <guid>https://padlet.com/pballesteros12/mw9ok21qeing3js9/wish/2061892544</guid>
      </item>
   </channel>
</rss>
