+ 1
Please somebody help me make a c program.
Write a C program implementing either one dimensional or two dimensional arrays that will find the odd and even numbers from 10 element array. The program should prompt the user to input 10 integers. As an output the program should display a separate list of the even integers and odd integers.
2 Answers
+ 1
Please take a look at the forum rules:
https://www.sololearn.com/Content-Creation-Guidelines/
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 1
https://code.sololearn.com/c6U1RzmlFYZO
Good Luck