Computer Science, asked by champthestubborn007, 3 months ago

Write a program in which we find 5 odd numbers​

Answers

Answered by learner8881
0

Answer:

for(int i=0; i<=5;i++)

if(num!=%2)

cout<<odd numbers<<arr[i];

Explanation:

This is a basic c++ program. you can use this logic.

Similar questions