https://github.com/merttalug/divisible3_4
A program that lists the numbers divisible by both 3 and 4 from the numbers up to the number requested by the user as input and takes the average of these numbers.
https://github.com/merttalug/divisible3_4
counter java kodluyoruz patika-dev
Last synced: about 1 year ago
JSON representation
A program that lists the numbers divisible by both 3 and 4 from the numbers up to the number requested by the user as input and takes the average of these numbers.
- Host: GitHub
- URL: https://github.com/merttalug/divisible3_4
- Owner: merttalug
- License: mit
- Created: 2022-03-07T17:01:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T17:01:48.000Z (about 4 years ago)
- Last Synced: 2025-02-14T20:45:39.067Z (over 1 year ago)
- Topics: counter, java, kodluyoruz, patika-dev
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Divisible3_4
A program that lists the numbers divisible by both 3 and 4 from the numbers up to the number requested by the user as input and takes the average of these numbers.