lunes, 22 de abril de 2013

EJERCISIO 11

# include <conio.h>
# include <iostream.h>
# include <stdio.h>
#include <windows>
/*
 YOLL URIEL BENITEZ ALVAREZ
"C"
SEGUNDO CUATRIMESTRE
COLOR
*/
void main()
{
gotoxy(4,5);
  cout<<"hola"<<endl;
gotoxy(4,7);
  textcolor(RED);

    cprintf("yoll");
gotoxy(4,9);
  textbackground(3);

    cprintf("Logica");
getche ();
}

No hay comentarios:

Publicar un comentario