We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f324e6 commit c149e0cCopy full SHA for c149e0c
src/main/java/CurrencyExchange.java
@@ -1,6 +1,6 @@
1
public class CurrencyExchange {
2
3
- public static final double US_DOLLAR = 1.00;
+ public static final double US_DOLLAR = 1.00;
4
public static final double EURO = 0.94;
5
public static final double BRITISH_POUND = 0.82;
6
public static final double INDIAN_RUPEE = 68.32;
0 commit comments