Está en la página 1de 1

UNIDAD 1

EJERCICIO
MARIO jOSIAS NICIO HERNANDEZ
NUMERO DE CONTROL: 13730161
LIC. ARACELI MARTINEZ TAPIA
4 sEMESTRE
Ing.Informatica
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package practicaslaboratorio;
import java.io.*;
/**
*
* @author CC_SALA_A011
*/
public class PracticasLaboratorio
{
/**
* @param args the command line arguments
*/
public static void main(String[] args)
{
int x=0;
while(x<=10)
System.out.println("x" + x++);
// TODO code application logic here
}
}

También podría gustarte