Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imprima o século do ano #48

Open
claudiuri opened this issue Oct 26, 2020 · 0 comments
Open

Imprima o século do ano #48

claudiuri opened this issue Oct 26, 2020 · 0 comments

Comments

@claudiuri
Copy link
Contributor

Dado um ano, retorne o século em que ele se encontra. O primeiro século se estende do ano 1 até e incluindo o ano 100, o segundo - do ano 101 até e incluindo o ano 200, etc.

Exemplo:

  • Para o year=1995, a produção deve ser
    centuryFromYear (year) = 20;

  • Para o year=1700, a produção deve ser
    centuryFromYear (year) = 18;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant