/Collatz-Conjecture

Simple program that takes a postie number. If the number is even > divide by 2. If the number is odd> multiply it by 3, then add 1. simply repeat this seemingly forever

Primary LanguageJava

This repository is not active