Question: These are 4 questions and please use C++ for these questions. Assignment 5 1. Write a function named findTarget that takes three parameters: numbers, an
Assignment 5 1. Write a function named findTarget that takes three parameters: numbers, an array of integers -size, an integer representing the size of array target, a number The function returns true if the target is inside array and false otherwise 2. Write a function minValue that takes two parameters: myArray, an array of doubles -size, an integer representing the size of array The function returns the smallest value in the array 3. Write a function fillAndFind that takes two parameters: -numArray, an array of integers -length, an integer representing the size of array The function fills the array with user entries (from keyboard) and returns the total number of odd values in the array 4. Place all functions above in one program and test to make sure they work. Submit the cpp file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
