write a program to imput the amount of rupees and praise and print the amount in praise.
himanshu2006vps:
hey I mean which programming language java,c,c++ or python
Answers
Answered by
1
#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
Similar questions
Math,
1 month ago
English,
1 month ago
Math,
1 month ago
Math,
3 months ago
English,
3 months ago
Social Sciences,
9 months ago
Computer Science,
9 months ago
Math,
9 months ago