Ejercicios

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ejercicios as PDF for free.

More details

  • Words: 91
  • Pages: 1
//EJERCICIO DE LA PAGINA N�8 #include<stdio.h> #include int main () { clrscr(); gotoxy( 10, 10 ); printf( "Estoy en la fila 10 columna 10 "); return 0; } //EJERCICIOS PAGINA N�8 #include <stdio.h> #include int main() { clrscr(); printf( "ALBERTO\nAGUIRRE" ); return 0; } //EJERCICIO PAGINA N�8 #include <stdio.h> #include int main() { clrscr(); gotoxy( 20, 10 ); printf( "Estoy aqui" ); return 0; } //EJERCICIO PAGINA N� 22 #include <stdio.h> int main() { int numero; numero = 2; printf( "El valor es %i" Numero ); return 0; }

Related Documents

Ejercicios
May 2020 29
Ejercicios
November 2019 52
Ejercicios
May 2020 28
Ejercicios
June 2020 26
Ejercicios
November 2019 51
Ejercicios
May 2020 33