https://github.com/danielfsr/oo-prof-henrique
Trabalho de OO
https://github.com/danielfsr/oo-prof-henrique
Last synced: over 1 year ago
JSON representation
Trabalho de OO
- Host: GitHub
- URL: https://github.com/danielfsr/oo-prof-henrique
- Owner: DanielFsR
- Created: 2023-09-14T16:36:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T22:38:22.000Z (over 2 years ago)
- Last Synced: 2025-01-28T00:16:33.587Z (over 1 year ago)
- Language: Python
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OO-Prof-Henrique
Neste primeiro projeto estou fazendo um pseudocodigo que possui as classes Ponto,circulo, linha e polígono.
Com as seguintes opções:
verificar se há alguma forma geométrica dentro de outra;
Verificar se entre duas formas geométricas há alguma tocando a outra;
Calcular a área do círculo;
Exibir a quantidade de formas geométricas e seus nomes.