Edit custom challenge

Last modified by sontth1@fpt.com on Apr 01 2024

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
Output type

-- >

-- >

-- >

-- >

-- >

-- >