Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MighteeCactus/90e9e777380a87e33a823c7cff2810b3 to your computer and use it in GitHub Desktop.
Save MighteeCactus/90e9e777380a87e33a823c7cff2810b3 to your computer and use it in GitHub Desktop.
Опыт
if (Mакс > Олег) // у макса больше
{
if (Макс > Аня) // у макса все еще больше
{
return Макс
}
else
{
return Аня
}
}
else // у олега больше
{
if (Олег > Аня) // у олега все еще больше
{
return Олег
}
else
{
return Аня
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment