Курсовая работа: Объектно-ориентированное программирование
int mouth_0=Integer.parseInt(S33);
String S44=ids1.readUTF();
int day_0=Integer.parseInt(S44);
String S55=ids1.readUTF();
int hour_0=Integer.parseInt(S55);
String S66=ids1.readUTF();
int minute_0=Integer.parseInt(S66);
String S77=ids1.readUTF();
int seconds_0=Integer.parseInt(S77);
if(seconds<seconds_0)
{
seconds_1=seconds-seconds_0+60;
minute=minute-1;
}
else
{
seconds_1=seconds-seconds_0;
}
if(minute<minute_0)
{
minute_1=minute-minute_0+60;
hour=hour-1;
}
else
{
minute_1=minute-minute_0;
}
if(hour<hour_0)
{