Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { char S,N, resposta; float VF=0, VA=0; printf("Deseja uma bebida\n"); scanf("%c", &resposta); if(resposta=='S') { VF=VA+4.50; } else if(resposta=='N') { printf("%f\n", VF); } else printf("erro\n"); W return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines