Edit custom challenge
← Back
Last modified by sontth1@fpt.com on Apr 01 2024
Difficulty:
Easy
Medium
Hard
Short description:
Normal
Write a program to count the number of elements as odd numbers in the array Example: Array A= { 12, 31, 25, 17, 40, 10, 29 } => Number of elements as odd number in array A is : 4
Starter code will automatically be generated for all 18 coding languages
Input type
Array of integers
Output type
Integer
Required test cases