- To keep it, select "Keep existing code".
- To replace it with an example, select "Replace with example".
#include <stdio.h> #include <stdlib.h> int main(){ int num; printf("Digite qualquer número porfavor:"); scanf("%d",&num) if(num>o) { printf("\n,\n O número é positivo"\n; } else { printf("O número é negativo"); } 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.