Multiple of 100 is a simple Java application that determines determines when an integer greater than or equal to 100 is divisible by 100.
- Checks if a number is divisible by 100.
- Validate the input to ensure that it is a number greater than 100
- Outputs the result as "multiple of 100" or #not multiple of 100".