Advertisement
SenpaiZero

Model

May 2nd, 2024
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1.  
  2. // Creating Model Enum
  3. public enum Model {
  4.     SEDAN,
  5.     SUV,
  6.     CONVERTIBLE,
  7.     HATCHBACK
  8. }
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement