Mystery Class 1
Ready for another reverse engineering challenge! This one is tough, so good luck! I'll provide a few hints:
- The class maintains two
int
values - One is set by the constructor
- Two methods manipulate the other
- The third method's return is based on a relationship between the two values
Have fun!