Escrever seu nome na tela 10 vezes. Um nome por linha.



#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <math.h>
main()
{
          int x;
          for (x=1;x <=10; x++)
          printf("\nCurso de Redes ");
          printf("\n");           
          system("pause");
          return 0;
     }           

Nenhum comentário:

Postar um comentário