An open API service indexing awesome lists of open source software.

https://github.com/0lostconnection/simulador-de-notas


https://github.com/0lostconnection/simulador-de-notas

Last synced: about 1 month ago
JSON representation

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)
```