https://github.com/mmggyy66/fizzbuzz2
https://github.com/mmggyy66/fizzbuzz2
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmggyy66/fizzbuzz2
- Owner: MMGGYY66
- Created: 2022-10-27T23:34:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T23:59:31.000Z (over 3 years ago)
- Last Synced: 2025-02-05T13:14:44.095Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz app to check which numbers divisible with 3 0r 5 or with both
# there are two methods:
# a method with a list of integers parameter
# a method with user input