Am a beginner in progaramming generally.
1)Am given an assighment in school to write a C++ program to determine the determinant of a square matrix and the determinant should be done witthin a function.
2) write a program that inputs a series of integers and passes them one at a time to function even which uses the modulus operator to determine whether the integer is even,the function should take an argument and return'TRUE" if the integer is true otherwise it Shuold return "false".