Mystery Class 1
Geoffrey Challen // 2020.10.0
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!