https://github.com/merttalug/evennumbersum
A program that accepts input from the user until an odd number is entered and adds even and multiples of 4 from the entered values and prints it on the screen.
https://github.com/merttalug/evennumbersum
java kodluyoruz patika-dev sum
Last synced: about 1 year ago
JSON representation
A program that accepts input from the user until an odd number is entered and adds even and multiples of 4 from the entered values and prints it on the screen.
- Host: GitHub
- URL: https://github.com/merttalug/evennumbersum
- Owner: merttalug
- License: mit
- Created: 2022-03-07T17:59:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T17:59:55.000Z (about 4 years ago)
- Last Synced: 2025-02-14T20:45:36.568Z (over 1 year ago)
- Topics: java, kodluyoruz, patika-dev, sum
- 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
# EvenNumberSum
A program that accepts input from the user until an odd number is entered and adds even and multiples of 4 from the entered values and prints it on the screen.