kész
This commit is contained in:
parent
304e6b6683
commit
428399edcd
|
@ -52,10 +52,15 @@ namespace szokoev_gyak_0301
|
|||
} else if (ho == 4 || ho == 6 || ho == 9 || ho == 11)
|
||||
{
|
||||
napok = 30;
|
||||
} else if (ho == 2) ;
|
||||
} else if (ho == 2)
|
||||
{
|
||||
napok = szoko ? 29 : 28; // Mini elágazás
|
||||
}else
|
||||
{
|
||||
Console.WriteLine("Ilyen hónap nincs!");
|
||||
|
||||
}
|
||||
Console.WriteLine("A" + ev + "éveben");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user