Hem / Tips & tricks
int tid = 900; int min = tid/60; int sek = min%60; System.out.println(tid + " s = " + min + " min " + sek + " s ");