https://github.com/0lostconnection/simulador-de-notas
https://github.com/0lostconnection/simulador-de-notas
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0lostconnection/simulador-de-notas
- Owner: 0LostConnection
- License: mit
- Created: 2024-08-11T22:45:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:13:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T07:37:02.712Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simulador de Nota Final - Final Grade Simulator
## Fórmula - Formula
> M = N1 + N2 + PPD
## Compilando - Compiling
```shell
gcc simularNotas.c -o simularNotas
```
```shell
~$ ./simularNotas
Geovane Saraiva da Silva (2024) - Simulador de Notas
Info: As notas N1/N2 não devem ultrapassar 4.5
Info: A nota PPD não deve ultrapassar 1
Sua nota N1: 4.5
Sua nota N2: 4.5
Sua nota PPD: 1
Nota final: 10.00
Situação: APROVADO(A)
```