Created
September 8, 2019 04:01
-
-
Save mohashari/068c8b2c812e96330c2430df116c26b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Levels { | |
| private String level1; | |
| private String level2; | |
| private String level3; | |
| //setter getter here | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment