nurainsyarmilla nurainsyarmilla 24-12-2022 Computers and Technology contestada Using do while loop,write a program that will input numbers and display the count of odd numbers.(c++ programming) Output: Enter a number:30,17,22,9,14 Odd numbers found:2 Even numbers found:3