1 write a program in c language that will prompt the user to enter 10 integers and t 5347000

1- write a program in C language that will prompt the user to enter 10 integers and then will print out the integers in 2 lists: a list of odd numbers and a list of even numvbers. a sample run is shown below

enter 10 integers:

1 2 3 4 5 6 7 8 9 10

even integers: 2 4 6 8 10

odd integers: 1 3 5 7 9

2- write a function in C language with prototype

int LCM (int x, int y);

the function should find the least common multipule of integers x and y.

for example, the statement ,

printf( “LCM(8,12) = %dn”, LCM (8,12));

will print LCM (8,12) =24

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now