Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { float distancia, tempo; scanf("%f", &distancia); scanf("%f", &tempo); float velocidade_media = distancia/tempo; printf("A velocidade média é:", velocidade_media); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines