Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package ergasthrio2;
  2.  
  3. public class Ergasthrio2 {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. Human calc = new Human();
  8. int result = calc.numbers(4, 5);
  9.  
  10. System.out.println(result);
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement