Skip to content

Instantly share code, notes, and snippets.

View lucianofuchs's full-sized avatar
🎯
Focusing

lucianofuchs

🎯
Focusing
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
int main()
{
int t;
printf("\nEscolha sua opcao\n");
printf("\nOpcao 1- BANANA");
@lucianofuchs
lucianofuchs / trab3prog
Created April 10, 2024 00:47
Trabalho 3 de prog
#include <stdio.h>
#include <stdlib.h>
int main()
{
//VARIAVEIS
char nome[30];
float nota1, nota2, nota3, soma, soma2;
//ENTRADA DE DADOS