Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple Interest Calculator
//g++ 7.4.0 #include <iostream> using namespace std ; int main() { float p; float I ; float t ; cin >> p >> I >> t ; float a = (p*I*t) ; float b = a/100 ; cout << "Your simple interest is: #" << b; }
run
|
edit
|
history
|
help
0
PriorQ
HashO
Making pyramid using nested loop 1/2
Translating binary to decimal numbers
a
VirtualRestoPoint
D three integers
ABC.cpp
ListCPP
Dar