Ramdan51-062

TollTest

Oct 26th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class TollTest
  4. {
  5.     public static void main(String[] args)
  6.    {
  7.         Toll theToll = new Toll();
  8.         theToll.run();        
  9.    }
  10.  
  11. }
Add Comment
Please, Sign In to add comment