Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { //Declaração float mercadoria, total; char embrulhar; //Seção de comandos printf("Digite o valor da mercadoria:\n"); scanf("%f", &mercadoria); printf("Quer embrulhar para presente?\n"); scanf("%c", &embrulhar); if (embrulhar == 'S' || embrulhar == 's') { total = mercadoria + 1.5; } printf("Total a ser pago: %f\n", total); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines