Mission: Simple Currency Converter

Business Scenario:

You are developing a simple currency converter application in Java. The application should be able to convert an amount from USD to INR based on the exchange rate.

Task Clarifications:

Implement a Converter class with the following attributes:

The class should have methods for:

The main method demonstrates the usage of the converter to convert an amount from USD to INR.

Output Format:


  
Mission Status: Started