Skip to content

Instantly share code, notes, and snippets.

@RaynZayd
Created November 13, 2017 11:34
Show Gist options
  • Save RaynZayd/2e67da2d236379fad049e1fb98ebfe67 to your computer and use it in GitHub Desktop.
Save RaynZayd/2e67da2d236379fad049e1fb98ebfe67 to your computer and use it in GitHub Desktop.
Converts British Pounds Into US Dollars
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package currencyconverter;
/**
*
* @author Stato
*/
public class CurrencyConverter {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment