#include <iostream>
using namespace std;
int main()
{
double rupees,paisa;
cout<<"Enter Total rupees: ";
cin>>rupees ;
paisa = rupees * 100;
cout<<"Converted Rs in paise = "<<paisa;
return 0;
}
// multiplied with 100 because 1 rupees = 100paise
Ot is a visual representation of your inf ...
write a c program toread the input string ...
(a). write a python code to print the nam ...
What is a print media and write it's 5 ad ...
Five advantages and disadvantages of a Pr ...
Let N# =34 what is wrong in this statemen ...