- To keep it, select "Keep existing code".
- To replace it with an example, select "Replace with example".
#include <stdio.h> int main() { float idade; printf("Digite a sua idade porfavor:\n"); scanf("%f",&idade); if(idade>=18) { printf("Com essa idade vocĂȘ pode tirar a CNH!"); } return 0; }
Output
(Run the program to view its output)
Keep existing code?
You are trying to switch languages while there's code in the editor.