Java Program problem?

Java program to help convert that Rupees in order to Dollars.
MY SPOUSE AND I dont find out to to help program the following.Please someone give me this software.I have it urgently.

Well, of the best ways would end up being to grab the actual conversion rate coming from a website similar to XE:

http://www.xe.com/ucc/

Right now the conversion rate is actually 1 USD:28.1373 Rubles.Thus with java an application would go in this way:

tranfer java.util.Code reader;
arrest class Foreign exchange
arrest static avoid main(String args)
Code reader input = brand new Scanner(System.in);
two bottle x;
Procedure.out.println(“Please enter the amount of money you get in pounds:”);
x= reviews.nextDouble();
x*=28.1373;
Procedure.out.println(“\n You’ve “+ by + ” rupees with USD equivalent”);

// Conclusion main
// Conclusion Class

Oh yea snap, I 100 % misread the actual question so.The gentlemen below me is totally correct.

Change the range that states that
x*=28.1373;
to be able to x/= FORTY FOUR.xxxxx (whatever the daily rate is)

After that change the actual output stringed accordingly

He required Rupees to Dollars not Rubles.

That web site you gifted says that this current charge is

45.86 INR/USD.

Leave a Reply