Intitulado

Run Settings
LanguageC++
Language Version
Run Command
#include<iostream> #include <stdlib.h> using namespace std; int main(){ system("color f0") ; int num= 0; ZonaPedir: cout<<"ingrese un numero mayor que 5"<<endl; cin>>num; if(num<= 5){ goto ZonaPedir; } cout<<"El numero ingresado es "<<num; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines