C#: Create a new array of given length using the odd numbers from a given array of positive integers
Array of Odd Numbers from Given Length
Write a C# Sharp program to create an array of given length using odd numbers from a given array of positive integers.
Visual Presentation:

Sample Solution:
C# Sharp Code:
Sample Output:
New array: 1 3 5
Flowchart:

Go to:
PREV : Check If Number Contains 2.
NEXT : Multiply Each Integer by 3.
C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.