#include using namespace std;
int main(){
int n;
cout<<"Enter a number: ";
cin>> n;
cout<<"The number is: " << n;
return 0;
}
I tried uninstalling it and install it again but it just keeps doing that.
> n; cout<<"The number is: " << n; return 0; } I tried uninstalling it " /> > n; cout<<"The number is: " << n; return 0; } I tried uninstalling it " /> > n; cout<<"The number is: " << n; return 0; } I tried uninstalling it "/>
#include using namespace std;
int main(){
int n;
cout<<"Enter a number: ";
cin>> n;
cout<<"The number is: " << n;
return 0;
}
I tried uninstalling it and install it again but it just keeps doing that.
Copyright © 2021 Jogjafile Inc.
Use
getch()beforereturn 0. You need to doinclude <conio.h>to be able to use it.