Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. public class Actiontest {
  3. public void main(String[] args) {
  4.  
  5. double x = Action.getAction(50, 67, 25, 1, 1);
  6.  
  7. System.out.println("and the winner is" + x);
  8.  
  9. }
  10. }
Add Comment
Please, Sign In to add comment