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

https://github.com/abdo-essam/categorize_numbers

list of numbers into even or odd using Dart
https://github.com/abdo-essam/categorize_numbers

Last synced: about 1 year ago
JSON representation

list of numbers into even or odd using Dart

Awesome Lists containing this project

README

          

# Dart Number Categorizer

This project categorizes a list of numbers into even or odd using Dart. The program iterates over a list of numbers and uses a switch case to determine if each number is even or odd.

## How to Run

1. Ensure you have Dart installed on your system.
2. Clone the repository.
3. Run the `categorize_numbers.dart` file using the Dart command: dart run categorize_numbers.dart

## Output
![Output Screenshot](screenshot.png)