no output is generated
the sublime text terminal windows just keeps on taking input
#include<iostream>
using namespace std;
int main()
{
int anumber;
cout<<"please enter a number of decimal type :";
cin>>anumber;
cout<<"was this your number :"<<anumber;
}