Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.