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

https://github.com/mashrafigit/practice-task-with_array


https://github.com/mashrafigit/practice-task-with_array

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## #Practice Task of Array
1. Take an array from input and print all the even numbers of that array.
2. Take an array from input and count how many odd numbers are present in that array.
3. Take an array from input and print the maximum value of that array.
4. Take an array from input and print the minimum value of that array.