Question: using C programming complete the following Part II 1. Write a program to read 10 numbers and store them in array. Count odd and even
Part II 1. Write a program to read 10 numbers and store them in array. Count odd and even numbers and display the summation of these odd and even numbers 2. Write a program to read 10 numbers, store them in array. Find the MAX & MIN of these numbers 3. Write a function isVowel, which given a character c, returns 1 if c is a vowel and 0 if it is not. 4. Write a function, which given an integer n, returns the sum= x/12 + x2/22 +...+ x 5. Write a function, which given three integer values representing the sides of a triangle, returns + 0 if the values cannot be the sides of any triangle. This is so if any value is + negative or zero, or if the length of any side is greater than or equal to the sum of + the other two. + 1 if the triangle is scalene (all sides different). + 2 if the triangle is isosceles (two sides equal). + 3 if the triangle is equilateral (three sides equal). 6. Write a function numLength, which given an integer n, returns the number of digits in the integer. For example, given 309, the function returns 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
