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
- Host: GitHub
- URL: https://github.com/abdo-essam/categorize_numbers
- Owner: abdo-essam
- Created: 2024-12-20T01:08:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T01:13:40.000Z (over 1 year ago)
- Last Synced: 2025-02-14T15:15:18.572Z (over 1 year ago)
- Language: Dart
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
