10.05.2014 Views

programación i - Universidad ORT Uruguay

programación i - Universidad ORT Uruguay

programación i - Universidad ORT Uruguay

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

146 Programación I<br />

minutos" );<br />

int ms;<br />

int te;<br />

int ts;<br />

System.out.println("Ingrese hora, minuto de ingreso y de egreso");<br />

he = input.nextInt();<br />

me = input.nextInt();<br />

hs = input.nextInt();<br />

ms = input.nextInt();<br />

// paso todo a minutos<br />

te = he * 60 + me;<br />

ts = hs * 60 + ms;<br />

System.out.println("Trabajo "+ ((te-ts)/60) + " horas "+ ((ts-te)%60) + "<br />

// Ejercicio 7, práctico 1<br />

int suma;<br />

System.out.println("Ingrese el numero");<br />

n = input.nextInt();<br />

suma = 0;<br />

for (i=1; i

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

Saved successfully!

Ooh no, something went wrong!