22.02.2016 Views

Operadores y tipos de variables

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

var diaSeleccionado = dias[0]; //<br />

diaSeleccionado = "Lunes" var<br />

otroDia = dias[5]; // otroDia =<br />

"Sábado“<br />

int[ ] numero<strong>de</strong>coches = new<br />

int[24];<br />

int r;<br />

r = 2;<br />

numero<strong>de</strong>coches[r] = 23;<br />

System.out.print("El número <strong>de</strong><br />

coches en la hora "+r+" fue "+<br />

numero<strong>de</strong>coches[r]);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!