Expert in study
alarm
Ask
Computer Science
Richard Richard Jan 18, 2021

Write a program to imput the amount of rupees and praise and print the amount in praise.​

answers: 1
Register to add an answer
The time for answering the question is over
Answer:

#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

218
Hood Hood
Jan 18, 2021
For answers need to register.
Contacts
mail@expertinstudy.com
Feedback
Expert in study
About us
For new users
For new experts
Terms and Conditions