SergeyOvchinnik / class6

Public repository for COMP8860 practical class 6
GNU General Public License v3.0
1 stars 30 forks source link

[Java] Implement threeXPlusOne #14

Closed SergeyOvchinnik closed 6 months ago

SergeyOvchinnik commented 6 months ago

There is an unimplemented method called threeXPlusOne in the Utilities class.

Please implement this method: https://github.com/SergeyOvchinnik/class6/blob/8f1773c100e2145e09ee75f91e3dedc41e658e67/src/Utilities.java#L35

lordsheps commented 6 months ago

I'll work on it

SergeyOvchinnik commented 6 months ago

Resolved in https://github.com/SergeyOvchinnik/class6/pull/25