Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { float custo_de_fab, preco_final; int lucro, roubo, p_lucro, p_roubo; scanf("%f", &custo_de_fab); scanf("%d %d", &lucro, &roubo); p_lucro = (lucro*custo_de_fab)/100; p_roubo = (roubo*custo_de_fab)/100; preco_final = custo_de_fab+p_lucro+p_roubo; printf("%.2f\n", preco_final); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines