Advertisement
EChebanenko

Untitled

Oct 29th, 2020
2,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. package HwLesson15;
  2.  
  3. public enum Methods {
  4.     Plus,
  5.     Minus,
  6.     Multiply,
  7.     Divide,
  8.     Wtf
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement