You are on page 1of 1

Te afshohen te gjtha oret , minutat dhe sekondat e mundshme

te nje dite.
Algoritmi : afishon oren ,miutat sekondat e nje dite
//Te dhena:nuk ka te dhena nga jashte, jane integruar ne algoritem
//Rezultati:Afishimi I kohes cdo minute dhe sekonde

Afisho oren() {
ora- 0; //inicializimi I oreve
while ora<24 do { //cikli I jashtem
minuta- 0; //inicializimi i minutave
while minuta <60 do { //cikli I brendshem
sekonda-0; //inicializimi I sekondave
while sekonda<60 do { //cikli I
print(ora, “ore” “dhe” ,minuta,”minuta”,sekonda,”sekonda”)
}
Ore-ore+1

You might also like