Now we will complete the following program to decide if a student passes a course or not. The course has 3 tests, you are given the students' score in each test as three integer variables between 0-100, test1Score, test2Score, test3Score The student will pass the course if they get a total of at least 150 points out of 300 in the tests, complete the following program to output true if the student passes the course or false if they don't pass.