An open API service indexing awesome lists of open source software.

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.

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.