Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Even or Odd Number Checker

This Dart program categorizes a list of numbers entered by the user as either even or odd. It demonstrates the use of user input, for-loops, and switch-case statements.

Features

  • Prompts the user to input a list of numbers separated by commas (,).
  • Parses the input string into a list of integers.
  • Iterates through the list and determines whether each number is even or odd using a switch statement.
  • Displays the result for each number.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages