Simple Interest

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { float p,r,t; cin >> p >> r >> t; float si; si=(p*r*t)/100; cout << si << endl; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines