//write a c++ program to find greater of two given number #include <iostream> using namespace std; int main() { int p,r,t; float si; cout<<”Enter P\t”; cin>>p; cout<<”Enter R\t”; cin>>r; cout<<”Enter T\t”; cin>>p\t; SI= (p*r*t)/100; Cout<<”Simple interest is:\t”<<SI; return 0;
Comments
Post a Comment