Exercício 2

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main() { //EXERCÍCIO 2 //Declaração: float cf; float l; float i; float pf; //Comandos: scanf("%f", &cf); scanf("%f", &l); scanf("%f", &i); pf = (((i*cf)+(l*cf))/100) + cf; printf("%f", pf); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines