Exercício 3

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int numero1, numero2; scanf("%d", &numero1); scanf("%d", &numero2); int soma; soma = (numero1*20) + (numero2*15); if(soma >= 100){ printf("numero muito grande"); } else{ printf("%d", soma); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines