Formula written in simple interst prg is not working

when i open windows power shell the formula written in prg i.e si=prt/100 is not working

Please share your code.

#include
using namespace std;

int main()
{
int p,r,t;
float si;
cin>>p>>r>>t;
si=prt/100.0;
cout<< si <<endl;
return 0;
}

Check here. It is working.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.