https://github.com/ecopque/even_or_odd
Program that analyzes whether the number is even or odd.
https://github.com/ecopque/even_or_odd
Last synced: 9 months ago
JSON representation
Program that analyzes whether the number is even or odd.
- Host: GitHub
- URL: https://github.com/ecopque/even_or_odd
- Owner: ecopque
- Created: 2023-06-20T19:29:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:18:05.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T07:56:16.425Z (9 months ago)
- Language: Python
- Homepage: https://linktr.ee/edsoncopque
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Par_ou_Impar
1. Digitar um número de entrada;
2. Conferir se número é par ou ímpar;
3. Imprimir texto informando se número x é par/ímpar;
4. Se digitar código secreto, imprima mensagem específica;
5. Se digitar um número inválido (não inteiro), imprimir mensagem de erro.