Lab03

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> #include <math.h> int main(void) { float nota1 = 10; float nota2 = 6; float nota3 = 7; float nota4 = 2; float media = (nota1 + nota2 + nota3 + nota4)/4; printf ("Sua media de nota é: %f\n", media); }
Editor Settings
Theme
Key bindings
Full width
Lines