Skip to content
Snippets Groups Projects
Commit 172e76d3 authored by BENMANSOUR Mohammed abdelhadi's avatar BENMANSOUR Mohammed abdelhadi
Browse files

Tâche 3

parent 46789fa9
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ public class Main { ...@@ -31,6 +31,7 @@ public class Main {
if ((heurs==24)&&(min==60)&&(seconde==60)){heurs=00; if ((heurs==24)&&(min==60)&&(seconde==60)){heurs=00;
min=00; min=00;
seconde=00;} seconde=00;}
if ((seconde==30)&&(min==0)&&(heurs==0)){System.out.println("dring dring");}
System.out.println(heurs +":"+min+":"+seconde); System.out.println(heurs +":"+min+":"+seconde);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment