Ejercicio 1
Never
import java.util.Scanner; public class Ejercicio1 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int segundos; //Leemos del teclado los segundos y lo guardamos en //la variable segundos segundos = sc.nextInt(); int minutos = segundos / 60; int segundosResiduo = segundos % 60; int horas = minutos / 60; int minutosResiduo = minutos % 60; System.out.println(segundos + " seg es igual a " + horas + " horas, " + minutosResiduo + " min y " + segundosResiduo + " seg"); } }
Raw Text
-
Thinking About Hemp Labs Cbd Gummies? 10 Reasons Why It's Time To Stop!
4 min ago
-
How does the product work in the body?
25 min ago
-
Breaking news - Update 1 - 06/01/2023 07:06:34
33 min ago
-
Breaking news - Update 1 - 06/01/2023 07:06:25
33 min ago
-
Breaking news - Update 1 - 06/01/2023 07:06:47
33 min ago
-
Breaking news - Update 1 - 06/01/2023 07:06:30
33 min ago
-
Breaking news - Update 1 - 06/01/2023 07:06:13
33 min ago
-
Letitia Dean Keto Gummies United Kingdom! Letitia Dean & Deborah Meaden Keto Gummies!
C | 42 min ago
-
Breaking news - Update 1 - 06/01/2023 06:55:19
44 min ago
-
Breaking news - Update 1 - 06/01/2023 06:55:16
44 min ago