https://github.com/mashrafigit/practice-task-with_array
https://github.com/mashrafigit/practice-task-with_array
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mashrafigit/practice-task-with_array
- Owner: MashrafiGit
- Created: 2025-04-18T06:04:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T07:26:06.000Z (7 months ago)
- Last Synced: 2025-04-18T20:00:10.622Z (7 months ago)
- Language: C
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.