Advertisement
OlegB

sdfgsdfgdnhrtb

Mar 29th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. package model;
  2.  
  3. /**
  4.  * Created by Oleg on 23.03.2017.
  5.  */
  6. public interface Exchange {
  7.     double convert (int UAH);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement