#include
using namespace std;
int main()
{
int p,r,t,i;
cout<<"Enter Principle : ";
cin>>p;
cout<<"Enter Rate : ";
cin>>r;
cout<<"Enter Time : ";
cin>>t;
i=(prt)/100;
cout<<"Simple interest is : "<<i;
return 0;
}
It displays enter principal and after entering principle and pressing enter.
The programme stops