lab3

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