1. Construct a C++ program that reads n positive integers. Ignore any input less than 5. The input ends with -1. Complete your program using two (2) different users defines functions.
(i) list all odd integers between 5 and n.
(ii) computes and prints the sum of all integers between 5 and n that are evenly divisible by 4.