Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrasadatik/academic.odd-even-cli
Prints odd or even numbers within a specified range, accepting user input or default values.
https://github.com/mrasadatik/academic.odd-even-cli
Last synced: about 1 month ago
JSON representation
Prints odd or even numbers within a specified range, accepting user input or default values.
- Host: GitHub
- URL: https://github.com/mrasadatik/academic.odd-even-cli
- Owner: mrasadatik
- License: mit
- Created: 2024-02-26T09:40:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T11:11:03.000Z (10 months ago)
- Last Synced: 2024-02-27T11:56:15.222Z (10 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [academic.odd-even-cli](/) ([code 🔗](/app/src/main/java/academic/spring2024/cse106/oddEvenWithRange/App.java))
This repository contains a Java program that prints odd or even numbers within a specified range. Users can either provide all three arguments (group, starting point, ending point) or just a single argument specifying the group. Default values are provided for unspecified arguments.
### Features
* Prints odd or even numbers based on user input or defaults.
* Allows customization of the starting and ending points of the range.
* Handles user input and potential errors.### Author
* [Md Asaduzzaman Atik](https://www.github.com/mrasadatik)
### Contributing
We welcome contributions to this project! Feel free to fork the repository and submit pull requests with your improvements.
### License
This project is licensed under the MIT License. See the [`LICENSE`](/LICENSE) file for details.
### Disclaimer
**Please note:** This project currently does not have any automated or unit test implementation. While the program functions as intended, future development efforts might include the addition of testing frameworks for improved code reliability and maintainability.